@charset "UTF-8";
/* CSS Document */


/* page properties*/


* {
	margin: 0px;
	padding: 0px;
}


* h3 {
	padding-top:5px;
	color:#F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-stretch:expanded;
}
	
	
* h4 {
	color:#999;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}
	


html {
	margin: 0px;
	padding: 0px;
}


body {
	background: url(../images/bg2.jpg) repeat;
	}

/* clear property for multiple divs*/


.clear { clear: both;}


/* ripped paper div properties */


#ripped_paper {
	background: url(../images/ripped_paper_top.png) repeat-x;
	}

#ripped_paper {
	width:auto;
	height: 300px;
	}




/* header properties */


#header {
	width: 935px;
	height: 200px;
	}
	
#header {
	padding-top: 90px;
	margin-left: auto;
	margin-right: auto;
	}
	
	
	
	
/* logo properties */


#logo {
	float: left;
	width: 310px;
	height: 80px;
	}



/* navagation container box properties */


#navagation {
	float: right;
	width: 500px;
	height: 120px;
	}

#navagation {
	padding-top:10px;
	}


/* nav1 properties, the right list */


#nav1 {
	float: right;
	width: 150px;
	height: 110px;
	}

#nav1 li {
	list-style-type: none;
	padding: 2px;
	}
	
#nav1 li.active a {
	color:#999;
	}
	
#nav1 h1 {
	color:#F00;
	font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
	}
	

#nav1 h2 {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}


/* nav2 properties, middle list */


#nav2 li {
	list-style-type: none;
	padding: 2px;
	}

#nav2 li.active a {
	color:#999;
	}

#nav2 {
	float:right;
	width: 150px;
	height: 110px;
	}


#nav2 h1 {
	color:#F00;
	font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
	}
	
#nav2 h2 {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
	}


/* nav3 properties, left list */


#nav3 li {
	list-style-type: none;
	padding: 2px;
	}

#nav3 li.active a {
	color:#999;
	}


#nav3 {
	float: right;
	width: 150px;
	height: 110px;
	}


#nav3 h1 {
	color:#F00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	

/* link properties */


#nav1 a {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
	text-decoration:none;
	}
	
#nav2 a {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	}
	
#nav3 a {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	}
	
#nav1 a:hover {
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	}

#nav2 a:hover {
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
	text-decoration:none;
	}
	
#nav3 a:hover {
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	}

/* main content properties */

#main {
	width: 935px;
	height: auto;
	}


#main {
	margin-left: auto;
	margin-right: auto;
	}


/* paper properties for home page*/	




.paper {
	width:844px;
	height: 285px;
	margin-left: auto;
	margin-right: auto;
	}
	
.paper {
	background:url(../images/tornpaper_blank.png) no-repeat;
	}
	
	
.paper {
	padding:20px;
	}
	
.paper li {
	display:inline;
	list-style-type: none;
	}

	
.left {
	width: 350px;
	height: 245px;
	float:left;
	padding-top: 30px;
	padding-left: 30px;
	}
	
.right {
	width: 350px;
	height: 245px;
	float:left;
	padding-top: 25px;
	padding-left: 10px;
	}
	
.right p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333;
	line-height: 25px;
	}




/* footer properties */	
	
#footer {
	width: 804px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	

	
