/* Tags
---------------------------------------------- */
html, htm, body {height:100%;}

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	background:#1F1F1F url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #BF1D70;
	font: italic bold 22px/26px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0px;
	padding: 1em 0 0 0;
	color:#c6ac7a;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #BF1D70;
	text-decoration: none;
}
	a:hover {
		color: #fff;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}

/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
width:auto;
	height:auto;
	_height:100%;
	min-height:100%;
margin:0px;
padding:0px;
}
	#container {
	width:827px;
	height:auto;
	margin:0 auto;
	padding:0px;
	background:url(assets/images/container_repeat.jpg) left top repeat-y;
	}
		#header {
		width:auto;
		height:239px;
		margin:0px;
		padding:0px;
		background:url(assets/images/header_bg.jpg) left top no-repeat;
		}
			#top_photo {
			width:182px;
			height:263px;
			margin:29px 0px 0px 520px;
			padding:0px;
			position:absolute;
			}
			#phone {
			width:200px;
			height:auto;
			margin:210px 0px 0px 170px;
			padding:0px;
			position:absolute;
			color:#be1d70;
			font:bold 22px Geneva, Arial, Helvetica, sans-serif;
			
			}
			#name {
			width:380px;
			height:auto;
			margin:90px 0px 0px 150px;
			padding:0px;
			position:absolute;
			color:#000;
			font:28px Verdana, Arial, Helvetica, sans-serif;
			letter-spacing:-3px;
			}
			#topInfo {
			width:auto;
			height:27px;
			margin:0px;
			padding:30px 0px 0px 30px;
			font: bold 14px Verdana, Arial, Helvetica, sans-serif;
			color:#c6ac7a;
			}
			#logo {
			width:426px;
			height:162px;
			margin:0px;
			padding:15px 0px 0px 15px;
			}
		#contents {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		background:url(assets/images/contents_top.jpg) left top no-repeat;
		}
			#leftCol {
			width:630px;
			height:auto;
			margin:0px;
			padding:80px 0px 0px 40px;
			
			}
			#rightCol {
			width:117px;
			height:auto;
			margin:0px;
			padding:0px 0px 105px 0px;			
			float:right;
			}
				#nav {
				width:auto;
				height:auto;
				margin:0px;
				padding:0px 0px 0px 5px;
				color:#000;
				font:bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
				}
				#nav ul{
					position:relative;
				}
				#nav ul li {
					display:inline;
					position:relative;
				}
				#nav ul li ul li {
					display:block;
				}
					#nav li {
					list-style:none;
					}
					#nav li a{
					color:#fff;
					}
					#nav li a:hover {
					color:#c6ac7a;
					text-decoration:none;
					display:inline;
					}
			
		
	
			
			
			
			
			
			
	#footer {
	width:827px;
	height:220px;
	margin:0 auto;
	padding:0px;
	background:url(assets/images/footer_bg.jpg) left top no-repeat;
	}
		#copy {
		width:auto;
		margin:0px;
		padding:75px 0 0 0;
		text-align:center;
		font:10px Arial, Helvetica, sans-serif;
		color:#BE1C6F;
		}
		#footer_curve {
		width:177px;
		height:105px;
		margin:-105px 0px 0px 710px;
		padding:0px;
		background:url(assets/images/footer_curve.jpg) left top no-repeat;
		position:absolute;
		}
			
#bottom_repeat {
width:100%;
height:65px;
margin:-65px 0px 0px 0px;
padding:65px 0 0 0;
position:absolute;
background:url(assets/images/bottom_repeat.jpg) left bottom repeat-x;
}
#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}
#bottom_links {
	width: auto;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	font:10px Arial, Helvetica, sans-serif;
}
#bottom_links a {
	color: white;
}

#contactBox{
	float:right;
	width:184px;
	height:263px;
	background:url(assets/images/contact-form.jpg) center top no-repeat;
	margin:10px;
}
