/* CSS Document */
body{
	background: #100d0f url(images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial;
}

#background{
	background-image: url(images/body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top:0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
}

#cont{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#info{
	text-align:left;
	margin-left: 280px;
	margin-right: 30px;
	margin-top: 20px;
	height: 54px;
	font-size: 12px;
}

#info h1{
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #7e2f63;
	margin: 0px;
}

#info table{
	width: 100%;
	margin: 0px;
}



#menu ul li{
	list-style-type:none;
	display:inline;
	margin: none;
}

#menu ul li.first{
	margin-left: 28px;
	margin-right: 28px;
}

#menu ul li.second{
	margin-left: 23px;
	margin-right: 27px;
}

#menu ul li.third{
	margin-left: 12px;
	margin-right: 18px;
}

#menu ul li.forth{
	margin-left: 26px;
	margin-right: 38px;
}

#menu ul li.fifth{
	margin-left: 12px;
}

#menu ul li a{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #7e2f63;
}

#content{
	text-align:left;
	width: 100%;
	margin-top: 56px;
	margin-bottom: 0px;
	background: white url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	color: #7e2f63;
	float: none;
}

#content h1{
	font-size: 24px;
	font-weight: bold;
	color: black;
	margin-top: 0px;
}

#content #left{
	margin-right: 16px;
}

/*#content #left p{
	text-align: right;
	margin-left: 28px;
	margin-right: 0px;
	font-style: italic;
	font-size: 12px;
	color: black;
}*/

#content #right p{
	margin-right: 28px;
}

#content #right h1{
	margin-right: 28px;
}

#bottom{
	background-position:center top;
	height: 17px;
	background-color: #0F0D10;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
#menu{
	text-align:left;
	margin-top: 98px;
	margin-left: 259px;
	width: 498px;

}

#menu td {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #7e2f63;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
}

#menu td a{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #7e2f63;
}

a{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #7e2f63;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#left #subNav .buttonLeft {
	height: 50px;
	width: 11px;
	background-image: url(images/button/left.png);
	background-repeat: no-repeat;
	background-position: center;
}
#left #subNav .buttonMiddle {
	height: 50px;
	background-image: url(images/button/middle.png);
	background-repeat: repeat-x;
	background-position: center;
}
#left #subNav .buttonRight {
	height: 50px;
	width: 11px;
	background-image: url(images/button/right.png);
	background-repeat: no-repeat;
	background-position: center;
}
