/*
Version: 1.0
Author: Lewis Satini
Author URI: http://lewis.artist-wall.com

This site was designed and built by Lewis Satini,
whose portfolio you will find at lewis.artist-wall.com

The CSS, XHTML and design are all Copyright 2009 Lewis
*/
body {
	background: #ffffff;
	color: #666666;
	font-size: 12px;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding: 0;
	margin:0;
}
#wrapper {
	background-attachment:fixed;
	width: 780px;
	margin: 0px auto 0px;
	padding: 0px;
	
}
ul {
	list-style: none;
	margin:1px 0 1px 0;
	padding:0;
}


#header {
	height: 128px;
}

#logo {
	background: url(../images/logo.gif) no-repeat;
	width:336px;
	height:125px;
	margin: 5px 8px 0px 8px;
	float:left;
}

#title {
	float:right;
	width:411px;
	height:130px;
	background: transparent url(../images/header_bg.jpg) no-repeat right top;
	margin:0 0 0 2px;
}


#nav {
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	float:left;
	width:200px;
	margin: 70px 5px 0 20px;
	padding:5px;
}

#nav li {
	background: transparent url(../images/navbg.gif) no-repeat center bottom;
	height:35px;
	width:235px;
	text-align:center;	
}

#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #2B4F8D;
	text-decoration: none;
	text-align:center;
	line-height:12px;
}
#nav a:hover {
	color: #FF0000;
}

/* Content */
#content-gallery p {
	font-family: Georgia, Helvetica;
	font-size:18pt;
	text-align:right;
	height:60px;
}
#content-gallery {
	float: left;	
	width: 500px;
	margin:30px 0px 0 10px;
}
#content-gallery img {
	width:85px;
	height:100px;
}
#content {
	float: left;	
	width: 470px;	
	margin:30px 0px 0 50px;
}
#content2 {
	float: left;	
	width: 500px;	
	height:500px;
	margin-left:45px;
}
#left {
	float:left;
	margin-top:40px;
}

#right {
	float:left;
	margin:40px 0 0 5px;
}

#footer {
	font-size:10pt;
	text-align:center;
	color:#737373;
	margin-top:10px;
	height:30px;
	float:right;
	padding-right:30px;
	font-family: Helvetica,Georgia, "Times New Roman";	
	height:50px;
}

a:link, a:visited {
	color:#2B4F8D;
	text-decoration:none;
}

#top-nav {
	color:#999999;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	padding:2px;
	margin:0 auto 0;
	text-align:center;
}
#content-gallery ul {
	list-style:none;
	padding-left:20px;
}

#content-gallery ul li{
	float: right;
	padding:2px 2px 0;
}