/* Layout - These control the dimensins of the sites layout*/
a {
	text-decoration:none;
	color:#333;
}

html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	padding:0px;
	margin:0px;
	height:100%;
	background:url(../img/bg.jpg) repeat-x #212121;
}

.span {
	float:none
}

img {
	border-style:none;
}

#logo {
	height:270px;
	width:100%;
	margin-bottom:-170px;
	background:url(../img/logo_bg.gif) no-repeat center;
}

#frame {
	background:url(../img/column_bg.jpg) repeat-x bottom #fff;
	width:820px;
	min-height:860px;
	margin:auto;
}

/* header properties */

#header {
	width:820px;
	height:390px;
	background:url(../img/header_bg.jpg) no-repeat;
}

	.home {
		width:820px;
		height:390px;
		background:url(../img/home_bg.jpg) no-repeat;
	}
	.quote {
		width:820px;
		height:390px;
		background:url(../img/quote_bg.jpg) no-repeat;
	}
	.about {
		width:820px;
		height:390px;
		background:url(../img/about_bg.jpg) no-repeat;
	}

.text_box {
	width:160px;
	margin-top:170px;
	padding:30px;
	float:right;
}

/* column properties */

.navbar {
	margin:0px;
	padding:0px;
	background:url(../img/nav_bg_scroll.jpg) repeat-x;
	border-left: 1px solid #ccc;
	border-rigtht: 1px solid #ccc;
	width:818px;
	height:60px;
}

.navbar ul {
	padding:0px;
	margin:0px;
}

.navbar div {
	float:left;
	width:100px;
	height:35px;
	margin:0 0 0 5px;
	padding-top:5px;
	}
		
	#button div {
		background:url(../img/nav_roll.gif) 0 5px no-repeat;
	}	
	
	#button_active div {
		background:url(../img/nav.gif) 0 5px no-repeat;
	}
	
	#button:hover div {
		background-position: 0 -35px;
	}
		
	#twit div {
		width:50px;
		float:right;
		background:url(../img/t_roll.jpg) 0 0 no-repeat;
	}	
	
	#twit:hover div {
		background-position: 0 -40px;
	}
	
	#face div {
		width:40px;
		float:right;
		background:url(../img/f_roll.jpg) 0 0px no-repeat;
	}	
	
	#face:hover div {
		background-position: 0 -40px;
	}
	
	#rss div {
		width:40px;
		float:right;
		background:url(../img/r_roll.jpg) 0 0px no-repeat;
	}	
	
	#rss:hover div {
		background-position: 0 -40px;
	}
	
	

.column {
	float:left;
	width:510px;
	margin:15px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.sidebar {
	float:left;
	width:250px;
	height:400px;
	margin-top:20px;
	background:url(../img/gallery_bg.gif) top no-repeat;
}

.sidebar_text {
	float:right;
	width:250px;
	height:30px;
	margin-top:310px;
}

.contact {
	margin:15px;
	padding:0px;
	float:left;
	height:80px;
	width:230px;
	background:url(../img/contact.gif) center no-repeat;
}

.portrait {
	padding:40px 0 0 20px;
}

.button {
	padding-right:20px;
	padding-left:15px;
}

.image_strip {
	margin: 0 10px 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:240px;
	width:790px;
}

.box {
	margin:10px 0 0 10px;
	float:left;
	width:185px;
	height:185px;
	background:url(../img/gallery_img/blank.gif);
}
	

/* font properties */

p {
	margin:0;
	font: 11px/16px verdana,sans-serif;
	text-align:justify;
	color:#333;
}

.column p g {
	color:#999;
	font-variant:small-caps;
	background:url(../img/cross.gif) left no-repeat;
	padding-left:10px;	
}

#button div p {
	margin:0;
	padding:5px 0 0 20px;
	text-decoration:none;
	font:20px century gothic,sans-serif;
	letter-spacing:-1px;
	color:#999;
	}
	
#button_active div p {
	margin:0;
	text-decoration:none;
	padding:5px 0 0 20px;
	font:20px century gothic,sans-serif;
	letter-spacing:-1px;
	color:#000;
	}

.text_box p {
	font:14px/19px arial,sans-serif;
	letter-spacing:-.5px;
	color:#fff;
}

.column p {
	padding:10px 15px 0px 15px;
	color:#666;
}

h1 {
	font:18px/20px century gothic,sans-serif;
	margin:0px;
	padding:0px 15px 0px 15px;
	letter-spacing:-1px;
}

h2 {
	font:12px/20px century gothic,sans-serif;
	margin:-5px 0 0 0;
	padding:0 15px 0 15px;
	letter-spacing:.5px;
	font-variant:small-caps;
	color:#F69;
}


	
.footer {
	font-size:16px;
	padding:0px;
	text-align:center;
	color:#FFF;
}
	

