﻿/*
********** POSITION.css ********** 
Title:	princestudy.com: position.css
Auhor:	Anautix Studios : info@anautix.com
Purpose:	Sets up the base structure of the website
*/

**COLOR CODES:
blue:   #3B87B9
darkblue: #05568C
orange: #d96200
*/

a, a:active{color:#05568c; text-decoration:none;}
a:hover{color:#d96200; text-decoration:none;}

body{
	margin:0px auto 0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
/***********DIV LAYOUT*********/
#main{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	border-right:#D5D5D5 1px solid;
	}
#header{
		width:980px;
		height:81px;
		position:relative;
		}
#body_center{
			width:980px;
			overflow:auto;
			background:url(http://www.princestudy.com/image/misc/main_bg.gif);
			}
#footer_above{
			width:979px;
			height:91px;
			float:left;
			background:#f6f6f6;
			border-top:1px #d5d5d5 solid;
			border-left:#D5D5D5 1px solid;
			}
#footer{
			height:44px;
			clear:left;
			background:url(http://www.princestudy.com/image/misc/bg_footer.png);	
			position:relative;
			border-left:#D5D5D5 1px solid;			
			}
/*****HEADER LAYOUT*****/ 

#header_left{
			width:440px;
			height:81px;
			float:left;
			background-color:#fff;
			border-left:1px solid #D5D5D5;
			}        
#header_right{
			right:0px;
			top:0px;
			padding-right:0px;
			background:url(http://www.princestudy.com/image/misc/right_curve.png) 0% 100% repeat;
			display:inline-block;
			height:81px;
			width:540px;
			bottom:0px;
			position:absolute;
			}
/*****END HEADER LAYOUT*****/
 
/*****LEFT LAYOUT*****/
#nav_left{
		width:210px;
		float:left;
		display:inline;
		}
#nav_left_top{
		width:210px;
		padding-top:8px;
		background:url(http://www.princestudy.com/image/misc/top_bg.png);
		}
#nav_bot_blank{
		width:210px;
		height:36px;
		float:left;
		background:#05568C;
		}
#left_heading1,#left_heading2{
		width:202px;
		height:22px;
		float:left;
		font-weight:bold;
		vertical-align:middle;
		font-size:14px;
		padding:0px;
		margin:0px;
		color:#ec7000;
		padding-top:5px;
		padding-left:8px;
		background:url(http://www.princestudy.com/image/nav/btn_hover.png) 0% 0%;
		}
#nav_video{
		width:210px;
		height:185px;
		float:left;
		background:#fff;
		overflow:hidden;
		}
#nav_contact{
		width:210px;
		height:383px;
		float:left;
		}
#nav_contact_top{
		width:210px;
		height:45px;
		float:left;
		background:#05568C;
		}
#nav_cont_bot{
		width:205px;
		height:auto;
		float:left;
		color:#fff;
		font-size:12px;
		text-align:left;
		line-height:150%;
		padding-top:15px;
		padding-left:5px;
		}			
		
/***** END LEFT LAYOUT*****/

/*****RIGHT LAYOUT*****/
#body_right{
			width:770px;
			overflow:hidden;
			height:auto;
			float:right;
			position:relative;
			display:inline;
			}
#banner{
				width:770px;
				padding-top:8px;
				background:#3A86B8;
				height:270px;
				overflow:hidden;
				}
#body_right_bot_bg{
			width:770px;
			height:4px;
			background: url(http://www.princestudy.com/image/misc/img_bot_bg.gif) repeat-x;
			}
#quote{
			width:770px;
			padding:0px;
			margin:0px;
			}
#quote_msg{
	width:760px;
	height:148px;
	position:relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin:0px;
	padding-left: 10px;

	}
#body_container{
			width:770px;
			padding-top:0px;
			}
#body_content{
			padding:3px 20px 20px 20px;
			text-align:justify;
			line-height:1.7em;
			}
#contact_img {
	float:right;
	margin-top: 25px;
	width: 250px;
	height: 282px;
	border: 1px solid #05568C;
	background: url(http://www.princestudy.com/image/misc/contact_img.jpg) no-repeat 0px -5px;
}

/*****END RIGHT LAYOUT*****/

/*****FOOTER LAYOUT*****/

#footer_left,#footer_right {
	font-size:11px;
	padding-top:20px;	
	position:absolute;
	color:#AADBFC;
	}
#footer_left{
	left:10px;
	}
#footer_right{
	right:10px;
	color:#05568C;
}
/*****END FOOTER LAYOUT*****/


