@charset "utf-8";
#body {
	width: 780px;
	border: thin solid #FC0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #000;
}
#partners {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 18px;
	color: #F90;
	margin-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}

#header {
	height: 121.8px;
	width: auto;
	background-color: #000;
	color: #000;
}
#vmenu {
	width: 150px;
	float: left;
	background-color: #f8bb17;
	background-image: url(images/vmenu.png);
	background-repeat: repeat;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	border-right-style: outset;
	border-bottom-style: outset;
	margin-top: 10px;
	color: #000;
	height: 255px;
}
#main_content {
	width: 620px;
	float: right;
	margin-bottom: 40px;
	margin-top: 10px;
	font-size: 26px;
	color: #F90;
	font-family: "Monotype Corsiva";
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#inside_content {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	font-size: 14px;
	border: thin inset #FC0;
	color: #FFF;
	margin-top: 10px;
	padding: 10px;
	font-family: "Times New Roman";
}
#inside_footer {
	width: 600px;
	float: right;
	margin-top: 30px;
}



#footer {
	height: 50px;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: right;
	vertical-align: text-bottom;
	text-decoration: none;
	margin-top: 10px;
	background-image: url(images/footer.png);
	background-repeat: repeat;
	padding-right: 10px;
}
#inside_vmenu {
	background-color: fb6300;
	width: 120px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 15px;
	margin-left: 10px;
}
