/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1E1E1;
	min-width:800px;
	background-attachment: scroll;
	background-image: url(/images/3Aces-Background.gif);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(/images/3Aces-Background_Body.gif);
	background-repeat: repeat-x;
}

/* Header Style */
#header {
	width: 800px;
	heigth: 150px;
	background-color:#EDDCAF;
	background-attachment: scroll;
	background-image: url(/images/3Aces-Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 188px;
}

#topnav {
	padding-left:25px;
	padding-top:164px;
	line-height: 25px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#topnav a {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav a:hover {
	color: #000066;
}
/* End Header Style */

/* Content Styles */
#content {
	margin-left:45px;
	_margin-left:22px; /* IE 6 and below */
	margin-top:30px;
	background-color:#FFFFFF;
	width: 380px;
	padding-top: 35px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:25px;
	margin-bottom:30px;
	float:left;
}
#content2 {
	margin-left:45px;
	_margin-left:22px; /* IE 6 and below */
	margin-top:30px;
	background-color:#FFFFFF;
	width: 380px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:25px;
	margin-bottom:30px;
	float:left;
}

#content3 {
	margin-left:25px;
	_margin-left:15px; /* IE 6 and below */
	margin-top:30px;
	background-color:#FFFFFF;
	width: 720px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:30px;
	float:left;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.15em;
	line-height:1.1em;
}
#content2 p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.15em;
	line-height:1.1em;
}
h2 {
	color:#000066;
	padding:1px;
	font-size:1.5em;
	font-weight:normal;
}

h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

h4 {
	color:#FF0000;
	padding:1px;
	font-size:1.5em;
	font-weight:normal;
}

#rightside {
	width:300px;
	margin-top:30px;
	float:right;
	text-align: center;
	margin-bottom: 30px;
}

.testimnonial {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	margin-top: 25px;
	font-size: 1.1em;
	color: #FF0000;
}
.testimnonial2 {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	margin-top: 25px;
	font-size: 1.5em;
	color: #FF0000;
}
.testimnonial3 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 1.1em;
	color: #FF0000;
}

#attrib {
	font-size: .85em;
	font-style: italic;
	text-align: right;	
}
/* End Content Styles */

/* Footer Styles */
#footernav {
	width:800px;
	background-color:#E1E1E1;
	clear:both;
	border-top-color: #F0E1BB;
	border-top-style: solid;
	border-top-width: 5px;
	text-align: center;
	font-size: 1.1em;
}

#footernav a {
	color:#000000;
	text-decoration:none;
}

#footernav a:hover {
	color: #C81400;
}
/* End Footer Styles */

/* Misc Styles */
.small {
	font-size:.85em;
}
blockquote {
	margin-left: 15px;
	color: #333333;
}

