/* CSS Document */

body {
	background-color: #999999;
	color:#000000;
	text-align:center;
	font: Trebuchet MS;
	font-size:18px;
}
.container {
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.header {
	height: 140px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid;
}
.webdesbox {
	height: auto;
	text-align:center;
	float: right;
	width: 720px;
	font-size:16px;
}
.leftcol {
	float: left;
	text-align:center;
	height:auto;
	width: 150px;
	padding: 5px;
}
.rightcol {
	float: right;
	text-align:center;
	height:auto;
	width: 150px;
	padding: 5px;
	font-size:16px;
}
.maincol {
	margin: auto 175px;
	text-align:center;
	height:auto;
	background-image:url(images/main_column_gradient_even_bigger.jpg);
	background-color:#BBBB33;
	background-position:top;
	border-left: 1px solid;
	border-right: 1px solid;
	background-repeat: repeat-x;
	padding-left:100px;
	padding-right:100px;
}
.footer {
	width:800px;
	margin: 0 auto;
	height: auto;
	border: 1px solid;
}
.rightcoltitlebox {
	width:145px;
	float:right;
	height:auto;
	text-align:center;
	font-size:18px;
	color:#000000;
	font-weight:600;
	background-color:#BBBB33;
	border:1px solid #000000;
}
.advertisewithtinybox {
	width:150px;
	height:200px;
	margin:0 auto;
	border:1px solid #000000;
	font-size:18px;
	font-weight:bold;
	background-color:#CCCCCC;
}
.gallerycontainer {
	width:95%;
	margin: 0 auto;
	background-image:url(images/layout_images/gallery_background_box_three.gif);
	background-repeat:repeat-x;
}
.gallerycontainertwo {
	width:95%;
	margin: 0 auto;
	background-image:url(images/layout_images/gallery_background_box_two.gif);
	background-repeat:repeat-x;
}
.imageholder {
	width:266px;
	border: 5px solid #000;
	float:left;
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 25px;
}
.imageholdervert {
	height:266px;
	width:200px;
	border: 5px solid #000;
	float:left;
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 25px;
}
.imageholdervert2 {
	height:266px;
	width:200px;
	border: 5px solid #000;
	float:right;
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 25px;
}
.imageholder2 {
	width:266px;
	border: 5px solid #000;
	float:right;
	margin-top: 60px;
	margin-right: 45px;
	margin-left: 45px;
}
