/* Universal CSS Elements */
* {
	padding:0px;
	margin:0px;
}

body {
	background-color:#000;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	font-size:small;
	background-image:url(../pix/Background.jpg);
	background-repeat:no-repeat;
}

img {
	border:none;
}

#background {


	width:1100px;
	height:850px;
	float:left;
}

#page_container {
	width:910px;
}


/* Index Elements */
#page_left {
	width:685px;
}

#page_top {
	width:910px;
	height:100px;
}

#main_logo {
	background-image:url(../pix/asylum_logo_large.png);
	width:685px;
	height:298px;
}

#nav_col_full {
	width:216px;
	float:right;
	margin:-296px 0 0 0;
}

#nav_col_a {
	width:108px;
	height:49px;
	float:left;
}

#nav_col_b {
	width:108px;
	height:49px;
	float:right;
	margin-top:49px;
}

#nav_col_c {
	width:108px;
	height:49px;
	float:left;
	margin-top:49px;
}


#nav_col_1 {
	width:108px;
	height:82px;
	float:left;
	margin-top:49px;
}

#nav_col_2 {
	width:108px;
	height:49px;
	float:right;
	margin-top:82px;
}

#nav_photo_container {
	width:900px;
}

#nav_photo {
	width:115px;
	height:36px;
	margin-left:62px;
	float:left;
}

/* About_Us Elements */
#small_logo {
	width:450px;
	height:210px;
	float:left;
}

#navs_container_1 {
	width:451px;
	height:39px;
	margin-top:35px;
	float:right;
}

#navs_container_2 {
	width:451px;
	height:57px;
	margin-top:18px;
	float:right;
}

#navs_1 {
	margin-left:43px;
	width:74px;
	height:39px;
	float:left;
}

#navs_2 {
	margin-left:59px;
	width:74px;
	height:39px;
	float:left;
}

#navs_3 {
	margin-left:110px;
	width:74px;
	height:57px;
	float:left;
}

#text_header {
	margin:0px 0 0 72px;
}

#header_container {
	height:340px;
	width:910px;
}


#content_container {
	width:910px;
}

#content_col1 {
	width:330px;
	margin:20px 0 0 100px;
	float:left;
}

#content_col2{
	width:330px;
	margin:20px 0 0 60px;
	float:left;
}

/* Prices Elements */
#sub_col_1 {
	width:220px;
	float:left;
	line-height:18px;
}

#sub_col_2 {
	width:78px;
	float:left;
		line-height:18px;
}

#sub_col_3 {
	width:30px;
	float:left;
	line-height:18px;
}

/* Prices Elements */
#sub_col_a {
	width:220px;
	float:left;
	line-height:18px;
}

#sub_col_b {
	width:110px;
	float:left;
	line-height:18px;
	text-align:right;
}

/* Treatments Elements */
#line_height {
	line-height:18px;
}

#line_height a:hover {
	color:#ccb925;
	text-decoration:none;
}

#line_height a {
		text-decoration:none;
	color:#fff;
}

#sub_col_c {
	width:354px;
	float:left;
	margin:0 0 0 10px;
}

#sub_col_d {
	width:40px;
	float:left;
	text-align:right;
}

#sub_col_e {
	width:394px;
	float:left;
	margin:0 0 0 10px;
}

#content_col3{
	width:414px;
	margin:20px 0 0 60px;
	float:left;
}

/* Contact Elements */
#sub_col_f {
	width:100px;
	float:left;
	margin:0 0 0 10px;
}

#sub_col_g {
	width:300px;
	float:left;
}

#sub_col_h {
	width:196px;
	float:left;
	margin-left:10px;
}

#sub_col_i {
	width:402px;
	float:left;
	margin-left:10px;
}

.text_input_1col {
	height:17px;
	width:196px;
	font-size:small;
	color:#695d54;
	line-height:18px;
	vertical-align:middle;
	font-family:"Lucida Sans", Arial, Verdana, sans-serif;
	padding-top:3px;
	margin-bottom:10px;
	}
	
.text_area_2col {
	height:90px;
	width:404px;
	font-size:small;
	color:#695d54;
	line-height:18px;
	vertical-align:middle;
	font-family:"Lucida Sans", Arial, Verdana, sans-serif;]
	margin:0px 0 0px 0px;
	float:left;
	}

#input_button {
	margin-top:110px;
}

#close button {
	width:31px;
	height:30px;
	background-image:url(../pix/image_close.jpg);
	background-repeat:no-repeat;
	float:right;
	background-position:right;
	z-index:2;
}

#map {
	width:50px;
	height:20px;
	float:right;
	margin: -48px 0 0 0;
}

/* Text Classes */
.col_divider {
	height:1px;
	width:100%;
	background-color:#FFF;
	float:left;
}

.body_text {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	font-size:small;
}

.bold_text {
	font-weight:bold;
}

.body_italics {
	font-style:italic;
}


a:hover {
	color:#ccb925;
	text-decoration:none;
}

a {
		text-decoration:none;
	color:#fff;
}







