h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

/* maintemplate of site */

#border {
	width: 1000px;
	height: auto;
	border-width: 25px;
	border-style: solid;
	border-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 20px;
	background-color: #131313;
}

#holder {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 20px;
	background-color: #131313;
}
	

#header {
	width: auto;
	height: 175px;
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#left-column {
	width: 690px;
	height: auto;
	float: left;
	background-color: #131313;
	background-repeat:repeat-y;
	background-image:url(images/left-bg.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#right-column {
	width: 300px;
	height: auto;
	float: right;
	margin-right:auto;
	background-color: #131313;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#right-column a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#right-column a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f37e21;
}

#content {
	width: auto;
	height: auto;
	padding-left: 15px;
	background-color: #131313;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 25px;
	color: #FFFFFF;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f37e21;
}

#nav-content {
	width: auto;
	height: auto;
	background-color: #131313;
	font-size: 12px;
	margin-top: 25px;
}

#footer {
	width: auto;
	height: 26px;
	background-color: #131313;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
}

