@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#b2dbdf;
	margin:0px;
	background-image: url(img/big-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
color:#AE0E0E;
text-decoration:underline;
}
a:hover {
color:#000000;
}
#wholething{
	width:1280px;
	height:1024px;
	overflow: hidden;
	margin-left:auto;
    margin-right:auto;
}
#page{
    width:800px;
    margin: 130px 240px 140px 240px;
}
#main{
	overflow: hidden;
	background-image: url(img/content.jpg);
	background-repeat: no-repeat;
	height:510px;
}
#content{
	width:376px;
	height:490px;
	padding:10px;
	float: left;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: justify;
}
#left-column{
	width:394px;
	float: left;
	overflow: hidden;
}
#menu{
	background: url(img/menu-bg.jpg) no-repeat top left;
	height:118px;
	width:394px;
	float: left;
	padding: 30px 0px 0px 31px;
}
#box1-home{
	background: url(img/box1-bg.jpg) no-repeat top left;
	padding:6px 4px 0px 10px;
	width:160px;
	height:199px;
	float: left;
	color: #FFFFFF;
	font-weight:bold;
}
#box1-home a{
	color: #FFFFFF;
	text-decoration:underline;
}
#box1-home a:hover{
	color: #FFFF00;
	text-decoration:underline;
}
#box1{
	background: url(img/box1-bg.jpg) no-repeat top left;
	padding:2px 0px 0px 0px;
	width:174px;
	height:199px;
	float: left;
	color: #FFFFFF;
}
#box2{
	background-image: url(img/box2-bg.jpg);
	background-repeat: no-repeat;
	padding:10px 10px 10px 20px;
	width:190px;
	height:181px;
	float: left;
	color: #FFFFFF;
	font-size:10px;
}
#box2 a{
	color: #fae060;
	text-decoration:none;
}
#box2 a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
#footer{
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 111px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	clear: both;
	padding: 10px 0px 0px 407px;
}
#footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color: #000000;
	text-decoration:none;
}
#frmm{
	line-height: 30px;
	text-align: left;
	vertical-align: top;
}
.border-photo{
	border: 3px solid #380b03;
}
.title-red1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ae0e0e;
	font-weight: bold;
}
.title-red2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ae0e0e;
}
.title-black1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.title-green{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cbb14b;
	font-weight: bold;
}
.scrll1{
	overflow: auto;
	background-image: url(img/box2-bg.jpg);
	background-repeat: repeat-y;
	padding:10px;
	width:200px;
	height:181px;
	float: left;
	background-attachment: scroll;
}