body {
	background-color: #f5f5dc;
	text-align: center;
	background-image: url(images/bgimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

#container {
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 796px;
	height: 600px;
	margin: 20px auto;
	text-align: left;
	border: 2px solid #fff;
	position: relative;
	}
	
#grid {
	float: right;
	position: relative; right: 30px; top: 50px;
	}		
	
#subtitle {
	float: right;
	position: relative; top: 425px; right: 60px;
	font-family: lucida grande, arial, helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 25px;
	}		
	
#header {
	width: 400px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	position: relative; top: 30px; left: 20px;
	}	
	
h1, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #000;
	}	
	
#leftnav {
	float: left;
	text-align: left;
	padding-right: 40px;
	padding-top: 80px;
	}
	
ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 30px;
	list-style-type: none;
	}	
	
p {
	font-family: verdana, monaco;
	font-size: 11px;
	text-align: left;
	}	
	
#cv {
	width: 400px;
	height: 300px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative; left: 60px; top: 50px;
	overflow: auto;
	}		
	
#paint_one {
	float: left;
	padding-top: 140px;
	padding-left: 40px;
	}
	
#draw_one {
	float: left;
	padding-top: 140px;
	padding-left: 20px;
	}		
	
a:link {
	color: #2f4f4f;
	text-decoration: none;
	}
a:visited {
	color: #2f4f4f;
	text-decoration: none;
	}
a:hover {
	color: #666;
	text-decoration: none;
	}
a:active {
	color: #2f4f4f;
	text-decoration: none;
	}		
						
