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



body{
	background: url(images/background.jpg) no-repeat top center #000;
	margin: 0px auto;
}

#wrapper{
	margin: 0px auto;
	width: 800px;
}

#left{
	float: left;
	width: 289px;
}

#randomprint{
}

#randomweb{
}

#right{
	float: right;
	width: 511px;
}
#buttons{
	width: 407px;
	height: 55px;
	margin-left: 22px;
}
#content{
	min-height: 250px;
	margin-left: 30px;
	width: 480px;
	}
#footer{
	width: 420px;
	height: 100px;
	float: right;
	padding: 70px 40px 100px 50px;
	background: url(images/footer.png) no-repeat;
	}
	
	
	
#portpost{
	width: 480px;
	float: right;
	margin-bottom: 30px;
}
#portleft{
	float:left;
	width: 150px;
}
#portright{
	float:right;
	width: 320px;
}
#portbottom{
	width: 480px;
	float: right;
}
	
/************fonts *****************/	
p, td, li, h1, h2, h3, h4, caption{
	color:#FFF;
	}
h1, h2, h3, h4, caption{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}	
	
	
p, td, li {
	font-family: "Century Gothic", Arial, sans-serif;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	}	
h1{
	line-height: 22px;
	font-size: 18px;
	letter-spacing: .7px;
}
h2, caption{
	line-height: 20px;
	font-size: 16px;
}

h2{
	line-height: 18px;
	font-size: 14px;
}

	



.footer{
	text-align: center;
}
.filler {
	color: #8B3EC8;
}

.tablecenter{
	text-align: center;
}
.rightalign{
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
}

/********links**********/
a{ 
	color:#FFF;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
	}
	
a: visited{ 
	color: #CCF;
}

