html, body {
		min-height:100%;
		}
		
body {
		background-position: top left;
		margin:0;
		padding:0;
		}

#header {
		margin:0 auto;
		width:930px;
		font:10px arial,helvetica,sans-serif;
		text-align: center;
		color:#333;
		}	
			
#container {
		margin:0 auto;
		background: url(bg.jpg) no-repeat;
		width:930px;
		height:640px;
		font:12px arial,helvetica,sans-serif;
		color:#333;
		}
		
#left {
		width:630px;
		height: 353px;
		padding-left:127px;
		padding-right:120px;
		margin-right:30px;
		float:left;
		_height:335px;
		}
		
#nav {
		padding-left:100px;
		width:430px;
		height:20px;
		font-size:11px;
		font-weight:bolder;
		}
		
#navBar {
		list-style:none;
		}		

#navBar li {
		margin: 5px 5px 5px 5px;
		display: inline;
		}
		
#navBar a {
		height:14px;
		color:#660066;
		text-decoration:none;
		filter:alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity:0.8;
		font-weight:bolder;
		}
		
#navBar a:hover {
		background-color:#fff;
		}
				
#right {
		width:209px;
		float:left;
		}
	
p {
		line-height:1.5em;
		margin:8px 0;
		}
		
h1 {
		color:#FF3366;
		font:10px arial,helvetica,sans-serif;
		margin:0;
		}
		
h2 {
		font-size:14px;
		color:#660033;
		margin:5px 0;
		}
	
h3 {
		color:#999;
		font-size:10px;
		margin:0;
		font-weight:normal;
		}

		
.divider {
		margin:0px 0;
		border-bottom:1px solid #EAEAEA;
		padding:0;
		display:block;
		}
		
#footer {
		height:200px;
		width:735px;
		text-align:right;
		color: #660033;
		font-size:9px;
		}
		
#footer a {
		text-decoration:none;
		color: #6600CC;
		}
		
#footer a:hover {
		color: #660066;
		}

.links {
		list-style:none;
		margin:10px 0 0;
		padding:0;
		}
				
.links a {
		color:#333;
		text-decoration:none;
		}
		
.links li {
		margin-bottom:2px;
		}
		
.links a:hover {
		color:#FC3;
		}
		
img
{
float: left;
padding: 0px 10px 5px 5px;
border-style:none;
}	

#leftside {
		width:400px;
		height:200px;
		float:left;
		text-align:left;
		}	
		
#whole {
		width:600px;
		height:200px;
		float:left;
		text-align:left;
		}
		
#rightside {
		width:200px;
		height:200px;
		text-align:left;
		float:right;
		}	
