body { 
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: verdana;
}
#container {
	width: 752px;
	border: 2px solid #4F5153;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #f3f3f3;
	margin: 0px auto;
	text-align: left;
}
/* Header Styles */
#head {
	border-bottom: 10px solid #4F5153;
	background-color: #fff;
	margin: 0px;
}
#Home {
	height: 253px;
	background-image: url('images/home.gif');
	background-repeat: no-repeat;
}
#About {
	height: 253px;
	background-image: url('images/about.gif');
	background-repeat: no-repeat;
}
#Rates {
	height: 253px;
	background-image: url('images/rates.gif');
	background-repeat: no-repeat;
}
#Portfolio {
	height: 253px;
	background-image: url('images/portfolio.gif');
	background-repeat: no-repeat;
}
#Contact {
	height: 253px;
	background-image: url('images/contact.gif');
	background-repeat: no-repeat;
}
/* End Head Styles */

/* Menu Styles */
#menu {
	background-color: #fba001;
	background-image: url('images/line.gif');
	background-repeat: repeat-x;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#menu ul, li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
	list-style-type: none;
	width: 150px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu li a, #menu a:active, #menu a:visited {
	display: block;
	height: 25px;
	width: 150px;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	vertical-align: middle;
}
#menu li a:hover, #menu a.selected {
	color: #fba001;
	background-image: url('images/arrow.gif');
	margin: 0px;
	padding: 0px;
}
/* End Menu Styles */

/* Main Page Styles */
#main {
	display: block;
	margin: 20px;
	font-size: 12px;
}
#main h1 {
	color: #fba001;
	font-size: 15px;
	font-variant: small-caps;
}
#main h2 {
	color: #4A7D99;
	font-size: 13px;
	font-variant: small-caps;
	border-bottom: 1px solid #4A7D99;
}
#main p {
	font-size: 12px;
	line-height: 20px;
}
#main a, #main a:active, #main a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	color: #fba001;
	text-decoration: none;
	border-bottom: 1px dashed #fba001;
}
#main .submenu {
	text-align: center;
}
#main .selected {
	color: #4A7D99;
	text-decoration: underline;
	font-weight: normal;
}
#main .center {
	text-align: center;
	margin: 0px auto;
}
#main .right {
	float: right;
	margin: 0px;
	margin-left: 20px;
}
#main .right img {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}
#main .left {
	float: left;
	margin: 0px;
	margin-right: 20px;
}
#main .left img {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}

#main ul, #main li {
	font-size: 12px;
	display: list-item;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 20px;
}
#main li {
	margin-top: 15px;
}
#main .block {
	text-align: justify;
}
#main .totop {
	text-align: right;
	font-variant: small-caps;
	margin-right: 15px;
}
div.line {
	display: block;
	width: 96%;
	border-bottom: 1px dashed #4A7D99;
	margin: 0px auto 10px auto;
	text-align: center;
	clear: both;
}
/* End Main Page Styles */

/* Popup Styles */
#popupcontainer {
	width: 95%;
	border: 1px solid #4F5153;
	border-top: 3px solid #4F5153;
	border-bottom: 3px solid #4F5153;
	background-color: #fefbf2;
	margin: 10px auto;
	font-size: 11px;
}
#popupcontainer img {
	border: 1px solid #4F5153;
	float: right;
	margin: 7px;
}
#popupcontainer p {
	margin: 10px;
	text-align: justify;
}
#popupcontainer h2 {
	font-size: 14px;
	font-weight: bold;
}
#popupcontainer a, #popupcontainer a:active, #popupcontainer a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#popupcontainer a:hover {
	color: #4A7D99;
	text-decoration: none;
	border-bottom: 1px dashed #BCE0F2;
}
#popupcontainer p.submit {
	text-align: center;
	margin: 20px auto;
}
#popupcontainer input {
	width: 150px;
}
#bottom {
	text-align: center;
	margin: 10px auto;
}
#bottom ul, #bottom li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}
#bottom img {
	float: none;
	border: 0px;
}
/* End Popup Styles */

#baseline {
	display: block;
	clear: both;
	height: 20px;
}
/* Footer Styles */
#foot {
	clear: both;
	height: 50px;
	background-color: #4F5153;
	border-top: 5px solid #fba001;
}
#foot p {
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 11px;
}
#foot a, #foot a:active, #foot a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#foot a:hover {
	color: #BCE0F2;
	text-decoration: none;
	border-bottom: 1px dashed #BCE0F2;
}
/* End Footer Styles */

/* Contact Form Styles */
div.row {
  	color: #000;
  	clear: both;
  	padding-top: 5px;
}

div.row span.label {
  	width: 150px;
  	float: left;
  	text-align: right;
  	padding-right: 7px;
}

div.row span.formw input, textarea, textarea {
  	float: left;
  	width: 350px;
  	text-align: left;
	width: 200px;
}

p.submit {
	text-align: left;
	margin-left: 50px;
}

input {
	width: 150px;
}
/* End Contact Form Styles */
