/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:62.5%;
	background-image:url(bg_left.gif); background-repeat:repeat-y;
}

h1 {
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
	font-size:1.9em; font-weight:bold;
	color:#BB0027; line-height:140%;
	margin-left:20px;
}

h2 {
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
	font-size:1.4em; font-weight:bold;
	color:#BB0027;
}

h3 {color:#BB0027; font-size:1.4m; font-weight:normal;}

a:link {color:#000; text-decoration:none; font-weight:bold;}
a:visited {color:#000; text-decoration:none; font-weight:bold;}
a:hover {color:#BB0027; text-decoration:none; font-weight:bold;}
a:active {color:#BB0027; text-decoration:none; font-weight:bold;}


/* DIVS */
#wrapper {margin:0px; width:960px;}

#header {
	border-bottom: 8px solid #222222;
}

#leftside {
	float:left;	
	width:180px;
	overflow:hidden;
}

#left-nav {
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
	font-size:2.3em; font-weight:bold;
	color:#333333; line-height:140%;
	margin:0 0 15px 0;
	width:165px;
}

#left-nav ul {
	list-style-type:none;
	position:relative; right:30px;
}

#left-box {
	font-size:1.3em;
	border:1px solid #CCCCCC;
	width:90%;
	background-color:#FFF;
	text-align:center;
	margin-left:auto; margin-right:auto;
}

#left-contact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:145%; font-size:1.1em;
	position:relative; left:10px;
	width:165px;
	margin:15px 0px 30px 0;
}

#content {
	float:left;
	font-size:1.4em; line-height:1.4em;
	width:500px;
	margin:0 0 45px 10px;
	color:#333;
}

#footer {
	font-size:1.2em;
	width:100%; height:auto;
	text-align:right;
	background-color:#FFF;
	border-top:thin dashed #BB0027;
	border-bottom:thin dashed #FFF;
	clear:both;
}

#footer li {display:inline; padding:0 20px 0px 0px;}
#footer a {font-weight:normal;}

img {border:none;}

