@charset "UTF-8";
/*  */
body
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/backg.png);
	background-color: #720A0A;
	background-repeat: repeat-x;
}
.cont1
{
	margin-left:auto;
	margin-right:auto;
	width:770px;
}
.cont2
{
	width:750px;
	height:110px;
	background-image: url(images/shadow2.png);
	padding: 5px 10px 0px 10px;
}
.hd
{
	height:104px;
	width:750px;
}
.hd1
{
	height:104px;
	width:450px;
	float: left;
	background-image: url(images/pics.png);
}
.hd2
{
	height:104px;
	width:300px;
	float: left;
	text-align: center;
}
.cont3
{
	width: 750px;
    position: relative;
	background-image: url(images/shadow2.png);
	padding: 0px 10px 0px 10px;
}
.ctck
{
	height: auto;
	width: 750px;
}
.main
{
	width:590px;
	height:auto;/*this*/
    margin-left: 150px;
	background-color: #FCFFCC;
	background-image: url(images/sha.png);
	background-repeat: repeat-x;
	padding: 10px 5px 5px 5px;
}
.nav
{
	width:135px;
	height: auto;
    float: left;
	background-color: #EFECA8;
	padding-left: 15px;
	background-image: url(images/sha.png);
	background-repeat: repeat-x;
}
.shadow
{
	background-image: url(images/sha.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 150px;
    float: left;
	clear: left;
}
.cont4
{
	width:750px;
	height:55px;
	background-image: url(images/bottoms2.png);
	padding: 0px 10px 0px 10px;
}
.foot
{
	width:750px;
	height:20px;
	text-align: center;
	padding-top: 10px;
	/*background-image: url(images/sha.png);*/
	background-repeat: repeat-x;
}
.prop
{
    height:300px;
    float:right;
    width:1px;
}
.clear
{
    clear:both;
    height:1px;
    overflow:hidden;
}
p
{
	text-indent:30px;
}


