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

* {
	padding:0;
	margin:0;
	}

body {
	width: 810px;
	height:600px;
	margin: 0 auto;
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
	padding-top: 10px;
}

#header {
	background:url(../images/misc/header.jpg) no-repeat;
	width:800px;
	height:120px;
}

.header{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#F0F;
	padding-left:150px;
}

#content {
	width:805px;
	height:auto;
	float:left;
	margin: 0 auto;
	padding-bottom:15px;
/*	background-image:url(../images/watermark.png);*/
}

#java{
	width:450px;
	float:left;
}

#flashholder{
	width:805px;
	height:200px;
	padding-top:10px;
}

#contact{
	width:805px;
}

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

#right{
	width:450px;
	float:right;
}

#halfsplit1{
	width:400px;
	float:left;
}

#halfsplit2{
	width:400px;
	float:right;
}

/* Homepage dividers */

#homesplit1{
	width:400px;
	float:left;	
}

#homesplit2{
	width:400px;
	float:right;
}

/* Homepage image holders */

#imageholder{
	width:780px;
	height: auto;
	float:right;
}

#imageholder1{
	width:145px;
	float:left;
	padding-right:10px;
}

#imageholder2{
	width:145px;
	float:left;
	padding-right:10px;
}

#imageholder3{
	width:145px;
	float:left;
	padding-right:10px;	
}

#imageholder4{
	width:145px;
	float:left;
	padding-right:10px;	
}

#imageholder5{
	width:145px;
	float:left;
	padding-right:10px;
}

#divider1{
	width:460px;
	float:left;
}

#divider2{
	width:330px;
	float:right;
}

#menu{
	width:460px;
	float:left;
}

#youmaylike1{
	width:150px;
	float:left;
}

#youmaylike2{
	width:150px;
	float:left;
}

#youmaylike3{
	width:150px;
	float:left;
}

#additionalimages{
	float:right;
	width:650px;
}

/* Footer */

#footer{
	width:805px;
	position:inherit;
	padding-top:10px;
	height:40px;
}


p .footer{
	width:805px;
	font-weight:bold;
	font-size:12px;
	padding-bottom:15px;
}

p .footer a{
	text-decoration:underline;
}

p .footer a:hover{
	color: #CA113E;
	text-decoration:none;
}
