@import url("inc_reset.css");
@import url("inc_form.css");

body,td,th { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; }
body { background-color: #000; margin: 0px; }

h1,h2,h3,h4,h5,h6 { font-family: Georgia, "Times New Roman", Times, serif; text-transform: uppercase; font-weight: 100; }
h1 { font-size: 24px; color: #ce4b25; }
h2 { font-size: 18px; color: #ffc20d; }
h3 { font-size: 16px; color: #ccc; }
h4 { font-size: 14px; color: #ccc; }
h5 { font-size: 12px; color: #ccc; }
h6 { font-size: 11px; color: #ccc; }
img { border: 0; }
a:link,a:visited,a:active { color: #fff; text-decoration: underline; }
a:hover { color: #fff; text-decoration: none; }

b { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #ce4b25 }

.wrapper { float: left; clear: left; width: 100%; }
.p15 { padding: 15px; }
.p10 { padding: 10px; }


#container { float: left; clear: left; left: 50%; width: 960px; position: absolute; margin: 0 0 0 -480px; border: 0; padding: 0; border-top: 6px solid #8c030a; }

#menu { float: left; clear: left; width: 960px; margin: 0; padding: 0;}
	#menu ul { list-style-type: none; }
	#menu ul li { float: left; width: 120px; text-align: center; line-height: 54px; }
	#menu ul li a { font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; text-decoration: none; }
	#menu ul li a:hover { color: #ffc20d; text-decoration: underline; }
	#menu ul li.currentpage a { text-decoration: underline; }

#header { float: left; clear: left; width: 960px; margin: 0; padding: 0; }
	.left { float: left; }
	.right { float: left; }

#content { float: left; clear: left; width: 960px; background-image:url(img/side.jpg); background-position: top left; background-repeat: repeat-y; margin: 0; padding: 0; }
	.space { width: 310px; }
	.text { width: 650px; }
	#lang { text-align: left; padding: 6px 0; }
	#desc { float: left; clear: left; width: 620px; margin-bottom: 15px; }
		#desc p { line-height: 1.5em; }
	#desc2 { float: left; clear: left; width: 650px; margin-bottom: 15px; }
	#gall { float: left; clear: left; width: 620px; margin: 15px 0; }
		#gall img { border: 1px solid #FFF; margin: 6px; }
		#gall img.last { margin: 10px 0 10px 10px; }
	
#footer { float: left; clear: left; width: 960px; background-color: #222; text-align: right; margin: 0; padding: 0; }
