@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 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;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;} :focus {outline: 0;} body {line-height: 1;	color: black;	background: white;} ol, ul {list-style: none;} table {	border-collapse: separate;	border-spacing: 0;} caption, th, td {text-align: left;	font-weight: normal;} blockquote:before, blockquote:after, q:before, q:after {content: "";}blockquote, q {quotes: "" "";}
/*END RESET*/


body				{font-size:62.5%; font-family:Helvetica, Arial, sans-serif; color:#000000; background-image:url(images/bg_head.jpg); background-repeat:repeat-x;}
p					{padding-top:10px; font-size:1.2em; line-height:1.2em; color:#333333;}
h1					{font-size: 3em; font-weight:bold;}
h2					{font-size:2em; padding-top:20px;}
h3					{font-size:1.2em; font-weight:bold; padding-top:20px;}
a					{color:#000000;}
a:hover				{}

.container			{position:relative; width:940px; margin: 0 auto;}
#header				{position:relative;}
#main				{position:relative; padding-top:20px; background-image:url(images/bg_main.jpg); background-position:bottom center; padding-bottom:20px; background-repeat:no-repeat;}
#content			{background-image:url(images/bg_content.jpg); background-repeat:no-repeat; padding:20px;}
#footer				{position:relative; background-image:url(images/bg_foot.jpg); height:18px; padding-top:10px}
.clear				{clear:both;}

#content p			{width:680px;}
#content h3			{width:680px;}
#content p.nowidth	{width:auto;}

.logo				{position:relative; margin-top:20px; float:left;}
ul#nav				{position:relative; height:62px; float:right; border-right: 1px solid #e5e5e5;}
ul#nav li			{padding-top:28px; height:34px; display:inline;}
ul#nav li a			{float:left; font-size:1.4em; text-decoration:none;}
ul#nav li a			{padding:28px 10px 20px 10px; border-left: 1px solid #e5e5e5;}
ul#nav li a:hover	{background-color:#e5e5e5;}

#headline			{position:relative; background-image:url(images/bg_headline.jpg); width:900px; height:221px; padding:20px;}

#headline ul		{padding-top:19px; width:420px; float:left;}
#headline ul.pleft	{padding-left:40px;}
#headline ul li		{font-size:1.4em; margin-left:19px;}

#headline ul li.title	{font-size:1.6em; font-weight:bold; padding-bottom:28px; margin-left:0;}

#headline ul li.ico	{width:28px; height:28px; padding-top:10px; float:left;}
#headline ul li.txt	{float:left; padding-top:15px; width:350px; height:23px;}

#headline ul li a	{}
#headline ul li a:hover	{}

ul.boxes			{ margin-top:20px;}
ul.boxes li			{}
ul.boxes li a		{float:left; background-image:url(images/bg_box.jpg); border:1px solid #e5e5e5; text-decoration:none; padding:9px; font-size:1.6em;}
ul.boxes li a.mleft	{margin-left:20px;}
ul.boxes li a img	{padding-top:5px;}
ul.boxes li a:hover	{background-image:url(images/bg_box-hover.jpg); border:1px solid #999999;}

.fright				{float:right;}
.pleft				{padding-left:20px;}

