@charset "utf-8";
/* CSS Document */
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/*end reset*/
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
}
#caption {
	text-indent: -9999px;
	line-height: 0px;
}
#animation{
	margin: 0px auto;
	margin-top: 30px;
	width: 800px;
	background: url(images/frames.jpg) #000000 no-repeat;
}
#container {
	margin: 0px auto;
	background: url(images/bg.jpg) repeat-y #000000;
	width: 846px;
	padding-top: 10px;
}
#animation-bottom {
	margin: 0px auto;
	width: 800px;
	background: url(images/bottom.jpg) #000000 no-repeat;
}
#leftside {
	width: 220px;
	float: left;
	padding-left: 25px;
}

#rightside {
	width: 557px;
	float: right;
	margin-bottom: 25px;
	height: 448px;
	padding-right: 30px;
	background: url(images/content-bg.jpg) no-repeat;
}
#nav {
	background: url(images/navbg.jpg) no-repeat;
	width: 178px;
	height: 250px;
	margin-left: 12px;
	padding-top: 35px;
}
#nav ul{
	width: 141px;
	padding-left: 19px;
	
}
#nav li{
	list-style: none;
	height: 35px;
	text-align: center;
}
#nav li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 9px;
	text-decoration: none;
	font-weight: bold;
	text-size: 16px;
	color: #FFFFFF;
}

#nav li a:hover{
	text-decoration: none;
	background: #ff9c00 no-repeat;
	border: 1px solid #FC0;
	color: #000000;
}
.clear{ 
	clear:both;
}
.title {
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	margin-top: 25px;
	font-size: 30px;
	color: #412600;
	text-align: center;
	padding-left: 20px;
	margin-bottom: 10px;
}
h3 {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	padding-left: 20px;
	margin-bottom: 10px;
}

.main {
	padding-left: 30px;
	padding-right: 40px;
	color: #000000;
	text-align: center;
}
.side {
	color: #FFFFFF;
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
}
.footer {
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.right {
	float: right;
	padding-left: 10px;
}
.about {
	padding-left: 30px;
	padding-right: 40px;
	color: #000000;
	text-align: center;
}
.menu {
	padding-left: 40px;
	margin-top: 10px;
}
.menutext {
	padding-left: 30px;
	padding-right: 40px;
	color: #000000;
	text-align: center;
}
.slogan {
	font-size: 14px;
	font-weight: bold;
}
#contactleft {
	float: left;
	width: 275px;
	
}
#contactright {
	float: right;
	width: 275px;
	padding-top: 27px;
}
.contact {
	padding-left: 40px;
	text-align: left;
}
.name {
	font-size: 12px;
	font-weight: bold;
}
.input {
	width: 210px;
	height: 15px;
	margin-bottom: 10px;
}
.input2 {
	width: 210px;
	height: 60px;
	margin-bottom: 10px;
}
.submit {
	width: 120px;
	height: 30px;
	font-weight: bold;
}
.side2 {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
}
.title2 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.thanks {
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 40px;
	color: #000000;
	text-align: center;
}