@charset "UTF-8";
/* CSS Document */

body{

	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size: 11px;
	color: #400000;
}

a {
	text-decoration: none;
	color: #BF4607;
}

a:hover {
	text-decoration: none;
	color: #BB0C03;
}

/*Header*/

#header {
	
	width: 920px;
	margin: 0 auto;
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

/* Menu */

#menu1 {
	float: right;
	width: 160px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #7D875D;
}


#menu1 a {
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: #400000;
}

#menu1 a:hover {
	float: right;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	text-indent: 5px;
	color: #BF4607;
}


/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
	border: 10px solid #E8CE8E;
	background-image: url(images/bg2.jpg);
	overflow: hidden;
 }


#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
	overflow: hidden;
}


#colTwo {
	float: left;
	margin-top: 20px;
	width: 640px;
	padding: 0 20px 0 20px;
	overflow: hidden;
}

#colTwo h1 {
	font-weight: bold
	font-size: 11px;
	color: #BB0C03;

}

#colTwo p1 {
	font-weight: bold;
	font-size: 11px;
	color: #BF4607;

}

#colTwo p2 {
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	color: #926814;
}


#colTwo a {
	font-weight: bold;
	text-decoration: none;
	color: #BB0C03;
}

#colTwo a:hover {
	color: #BF4607;
	font-weight: bold;
	text-decoration: none;

}

#content h2 {
	font-weight: bold
	font-size: 12px;
	color: #BB0C03;

}

/* Footer */


#footer {
	
	width: 900px;
	margin: 0 auto;
	padding-top: 3px;
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #BF4607;
}
