body {
	border: 0;
	margin: 0;
	padding: 0;
	background: #F2F5FE url("http://images.bluegartr.com/bucket/style/bg.gif") 0 0 repeat-x;
	color: #192666;
	text-align: center;
}

a {
	color: #192666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #4F6AD7;
}

div.mainbox {
	width: 800px;
	margin: 50px auto 0 auto;
}

div.header {
	position: relative;
	width: 800px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #233C9B url("http://images.bluegartr.com/bucket/style/header.jpg") 0 0 no-repeat;
	color: #FFF;
}

div.footer {
	background: #192666;
	padding: 5px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

div.page {
	width: 100%;
	min-height: 1px;
	padding: 10px 0;
	background-color: #FFFFFF;
	padding: 0;
}

div.content {
	padding: 5px;
}

div.error {
	border: 3px #CB431B solid;
	background-color: #FFB885;
	color: #CB431B;
	width: 80%;
	padding: 4px;
	margin: 0 auto;
}

div.info {
	border: 3px #559933 solid;
	background-color: #E6F9F8;
	color: #559933;
	width: 80%;
	padding: 4px;
	margin: 0 auto; 
}

div.breadcrumb {
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

span.thumb {
	height: 180px;
	width: 180px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

span.vthumb {
	height: 180px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0;
}


td.col {
	width: 200px;
	vertical-align: top;
	background: url("http://images.bluegartr.com/bucket/style/col_bg.gif") 0 0 repeat-y;
}

h3 {
	background: #A0B9F3 url("http://images.bluegartr.com/bucket/style/col_title_bg.gif") 0 0 repeat-y;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

