@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	background: url(mainbg.jpg) repeat-x #d1eef4;
}

#masterwrap {
	width: 900px;
	height: auto;
	font-family: Tahoma;
	margin:0 auto;
	
}

#headerwrap {
	height:267px;
	width:900px;
	margin:0 auto;
	float:left;
	background:url(header.jpg);
}

#maincontentwrap {
	height:auto;
	width:900px;
	margin:0 auto;
	float:left;
	background:#FFF;
	
}

#leftcollum {
	height:600px;
	width:192px;
	float:left;
	margin:0 auto;
	background:#fee6ff;
}

#menubox {
	height:31px;
	width:134px;
	margin:10px 0 0 10px ;
	float:left;
	background:url(menubox.jpg);
	font:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	color:#FFF;
	padding:10px 0 0 40px;
}

#menubox a {
text-decoration: none;
	color:#FFF;
}

#menubox a:hover {
text-decoration: underline;
color:#FFCC00;
}

#textcontent {
	height:auto;
	width:680px;
	margin:0 0 0 10px;
	float:left;
	padding:5px 0 0 0;
}

.textheader {
	font:Tahoma, Geneva, sans-serif;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

.text1 {
	font:Tahoma, Geneva, sans-serif;
	text-align:left;
	font-size:13px;
	font-weight: normal;
	color:#333333;
}

#rightcollum {
	width:236px;
	height:596px;
	margin:0 auto;
	float:right;
	background:#e7eadf;
}

#picturebox {
	height:167px;
	width:215px;
	margin:20px 10px 0 10px;
	float:right;
	background:url(pic1.jpg);
}

#picturebox2 {
	height:167px;
	width:215px;
	margin:20px 10px 0 10px;
	float:right;
	background:url(pic2.jpg);
}

#picturebox3 {
	height:167px;
	width:215px;
	margin:20px 10px 0 10px;
	float:right;
	background:url(pic3.jpg);
}
	

	
	
