@charset "utf-8";


html, body {
	width: 100%;
	min-width:1046px;
	font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 60px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 18px;
	background: #990000;
	background: -moz-linear-gradient(top,  #990000 1%, #440000 100%);
	background: -webkit-linear-gradient(top,  #990000 1%, #440000 100%);
	background: linear-gradient(to bottom,  #990000 1%, #440000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#440000',GradientType=0 );
}
.menu {
	font-size: 13px;
    margin-top: 16px;
    height: 40px;
	color: #fff;
	font-weight: bold;
}
.menu a:link {
	color: #fed598;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {
	color: #fed598;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.menu a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


#wrapper {
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}
#row1 {
	width: 600px;
	font-size: 16px;
	font-weight: 400;
	color: #aaaaaa;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	position: relative;
}
.row1Title {
	font-size: 40px;
	font-weight: 300;
	line-height: 40px;
	color: #aaaaaa;
	text-align: left;
	position: relative;
}

#row2 {
	width: 600px;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 40px;
	position: relative;
}
.row2Title {
	font-size: 30px;
	font-weight: 300;
	line-height: 50px;
	color: #aaaaaa;
	text-align: left;
	position: relative;
}

#row3 {
	width: 600px;
	font-size: 16px;
	text-align: left;
	color: #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}




a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0565fb;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	color: #888;
}

