@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#EEEEEE;
}

#container {
	width:850px;
	margin:0px auto;
	background-image:url(../images/bg_dotted.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

#masthead {
	background-image:url(../images/yrsa_header.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:155px;
}

#register {
	display:block;
	text-align:right;
	margin-right:40px;
}

.reg{
	margin:110px 10px 20px 0px;
}

#quote {
	margin-top:-5px;
	background-color:#333333;
}

.ie #quote {
	margin-top:-15px;
	background-color:#333333;
}

#left_column {
	margin:50px 0px 30px 0px;
	width:220px;
	float:left;
}

#navigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;	
	list-style:none;
}

.nav, .nav a {
	line-height:30px;
	text-decoration:none;
	color:#333333;
}

.nav a:hover {
	color:#999999;
}

.con, .con a {
	line-height:30px;
	text-indent:20px;
	text-decoration:none;
	color:#999999;
}

.con a:hover {
	color:#CCCCCC;
}

#right_column {
	margin:50px 0px 30px 0px;
	width:629px;
	float:left;
	background-color:#FFFFFF;
}

.ie #right_column {
	margin:56px 0px 30px 0px;
	width:620px;
	float:left;
	background-color:#FFFFFF;
}

#content {
	width:560px;
	margin-left:35px;
	margin-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
}

#title {
	font-size:14px;
	font-weight:bold;
	color:#000099;
}

#bottom {
	width:850px;
}

#footer {
	width:850px;
	margin:0px auto 100px auto;
	background-color:#EEEEEE;
}

#yrsa {
	width:500px;
	font-family:'Helvetica Neue',Arial, Helvetica, sans-serif;
	font-weight:bolder;
	letter-spacing:-0.1em;
	color:#990000;
	float:left;
}

#peak {
	float:right;
	margin-top:10px;
}
	