@charset "UTF-8";
/* CSS Document */

/*------------------------------
  CSS 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
label, legend,
caption, tbody, tfoot, thead, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}


p {
	padding: 0px 0px 0px 0px;
}


/*------------------------------
  SET UP
------------------------------*/

body{
	background-color:#000000;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	padding:0px;
	margin:0px;
	background-image: url(links/background.jpg);
	background-repeat: repeat-x;
}

#container{
	display:block;
	position:relative;
	width:950px;
	height:auto;
	margin:0px auto;
}

/*------------------------------
  FONT FACE TITILLIUM
------------------------------*/

@font-face {
	font-family: 'TitilliumText14L400wt';
	src: url('fonts/TitilliumText400wt-webfont.eot');
	src: local('☺'), url('fonts/TitilliumText400wt-webfont.woff') format('woff'), url('fonts/TitilliumText400wt-webfont.ttf') format('truetype'), url('fonts/TitilliumText400wt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText14LRegular';
	src: url('fonts/TitilliumText1-webfont.eot');
	src: local('☺'), url('fonts/TitilliumText1-webfont.woff') format('woff'), url('fonts/TitilliumText1-webfont.ttf') format('truetype'), url('fonts/TitilliumText1-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------
  MENU
------------------------------*/

#menu_container{
	display:block;
	position:relative;
	width:950px;
	height:51px;
	margin:8px 0px 0px 0px;
}

#menu_left{
	display:block;
	position:relative;
	width:680px;
	height:51px;
	float:left;
}

#menu_right{
	display:block;
	position:relative;
	width:270px;
	height:51px;
	float:right;
}

#menu_right p{
	font: 0.9em 'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#ffffff;
	line-height:51px;
	margin:0px 0px 0px 0px;
	text-align:right;
}

#menu_left li
{
	padding:0px 15px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	display:inline;
}

#menu_left ul
{
	padding:0px 0px 0px 0px;
	font: 0.9em 'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif;
	margin:0px 0px 0px 0px;
	line-height:51px;
}

/*------------------------------
  CONTENT
------------------------------*/

#image_container{
	display:block;
	position:relative;
	width:950px;
	height:257px;
}

#content_container{
	display:block;
	position:relative;
	width:950px;
	height:auto;
	background-color:#FFFFFF;
	margin:10px 0px 0px 0px;
}

#content_left{
	display:block;
	position:relative;
	width:500px;
	height:auto;
	float:left;
}

#content_left p{
	font: 0.8em 'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#000000;
	margin:0px 0px 5px 20px;
}

#content_left a, #content_left a:hover {
	color:#f28c00;
	text-decoration:none;
	font-weight:normal;
	}
	
#content_left a:hover {
	color:#000000;
	text-decoration:underline;
	}

/*------------------------------
  CONTENT RIGHT
------------------------------*/

#content_right{
	display:block;
	position:relative;
	width:410px;
	height:auto;
	float:right;
	margin:0px 20px 0px 0px;
}

#right_top{
	display:block;
	position:relative;
	width:410px;
	height:17px;
	background-image: url(links/side_box.gif);
	background-repeat: no-repeat;
	margin:20px 0px 0px 0px;
}

#right_middle{
	display:block;
	position:relative;
	width:410px;
	height:auto;
	background-image: url(links/side_middle.gif);
	background-repeat: repeat-y;
}

#right_middle li
{
	padding:0px 0px 0px 0px;
	list-style:square;
	display:list-item;
	font: 0.8em 'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#000000;
	margin:0px 0px 5px 20px;
	line-height:22px;
}

#right_middle ul
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 15px;
}

#right_middle p{
	font: 0.8em 'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#000000;
	margin:0px 0px 5px 20px;
	line-height:22px;
}

#right_bottom{
	display:block;
	position:relative;
	width:410px;
	height:17px;
	clear:both;
	background-image: url(links/side_box_bottom.gif);
	background-repeat: no-repeat;
}

/*------------------------------
  FOOTER
------------------------------*/

#clear{
	display:block;
	position:relative;
	width:950px;
	height:15px;
	clear:both;
}

#footer{
	display:block;
	position:relative;
	width:950px;
	height:25px;

	margin:0px 0px 0px 0px;
}

#footer p{
	font: 0.6em 'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#ffffff;
	line-height:25px;
	margin:0px 0px 0px 30px;	 
}

#footer a, #footer a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	}
	
#footer a:hover {
	color:#f28c00;
	text-decoration:underline;
	}

/*------------------------------
  LINKS
------------------------------*/

a, a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
/*------------------------------
  FONTS
------------------------------*/
	
h1 {
	font: 1.2em 'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#f28c00;
	margin:20px 0px 10px 20px;
}


h2 {
	font: 1.2em 'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#f28c00;
	margin:0px 0px 10px 20px;
}



