@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	border:0px;
}

a:active, a:visited, a:link{
	color:#FCD2A9;
	text-decoration: none;
}

a:hover{
	color: #e57d07;
}

body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:none;
	background-color:#32363b;
	color:#C2C4C7;
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	line-height: 14px;
	text-align:justify;
}

h3 {
	color: #e57d07;
	text-decoration: none;
	font-size: 11px;
	text-align:center;
	font-style:normal;
}

h1 {
	color: #e57d07;
	text-decoration: none;
	font-size: 20px;
	text-align:center;
	font-style:normal;
}

.imgBorder{
	border: #EEEEEE 2px dashed;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e57d07;
	text-decoration: none;
	text-align:left;
	margin-bottom: 20px;
}

ul, li{
	list-style:none;
}

.testimonials{
	padding: 14px;
	border-top:#FF6600 dashed thin;
	margin-top: 15px;
	border-bottom:#FF6600 dashed thin;
	margin-bottom: 15px;
}

#container{
	width:900px;
	padding:0 10px;
	/* text-align:left; */
	margin:0 auto;
}

#header {
	width:900px;
	height:120px;
	margin-bottom:5px;
}

#nav{
	width:900px;
	margin-bottom: 25px;
}

#left{
	border: #1A1C1E thin dotted;
	width:590px;
	height:440px;
	float:left;
	padding: 8px;
	margin-left: 12px;
	margin-bottom:10px;
}

#right{	
	border: #1A1C1E thin dotted;
	width:240px;
	height:440px;
	float:right;
	margin-right: 14px;
	margin-bottom:10px;
	padding: 8px;
	/* border: #e57c07 medium inset; */
}

/* Begin Footer */
#footer {
	width:900px;
	height: 40px;
	font-size:9px;
	text-align: left;
	margin-left: 12px;
	clear:both;
	color: #5b5f6b;
}

#footer a{
	color: #5b5f6b;
}

#footer a:hover{
	color: #e57d07;
}

.link{
	cursor:pointer;
}