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

/* Reset Defaults */

img {border: 0}

p {
	padding-top: 0px;
	margin-top: 0px;	
}

h1 {
	font-size: 140%;	
	padding-top: 0px;
	margin-top: 0px;	
}

h3 {
	font-size: 120%;	
	padding-top: 0px;
	margin-top: 0px;	
}

ul {
	padding-left: 20px;	
}

a:link {text-decoration: none; color: #cc0001;}

a:visited {text-decoration: none; color: #cc0001;}

a:hover {text-decoration: underline; color: #cc0001;}



body, html {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000 url(../images/body_bg.jpg) no-repeat fixed center top;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 320px;	
}

#header_l {
	float: left;
	width: 190px;
	height: 85px;	
}

#header_r {
	float: left;
	width: 115px;
	height: 67px;
	padding: 18px 15px 0 0;	
	text-align: right;
}

#header_call {
	float: left;
	width: 320px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

#header_call a:link, #header_call a:visited  {
	text-decoration: none;
	color: #fff;
}

#header_call a:hover  {
	text-decoration: none;
	color: #c50001;
}

#banner {
	float: left;
	width: 320px;
	height: 107px;
	margin: 0 0 1px 0;
}

#nav {
	float: left;
	width: 308px;
	padding: 6px;
}

#nav a:link, #nav a:visited {
	line-height: 36px;
	background: url(../images/nav_bg.png) no-repeat;
	display: block;
	margin-bottom: 1px;
	padding-left: 15px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	line-height: 36px;
	background: url(../images/nav_bg.png) no-repeat;
	display: block;
	margin-bottom: 1px;
	padding-left: 15px;
	color: #000;
	font-variant: small-caps;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#content {
	float: left;
	width: 296px;
	padding: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #000;
	background: #ececec;
	
}