@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	}

#wrapper {
	width: 920px;
	height:auto;
        margin-left:auto;
        margin-right:auto;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-top:0;
	margin-top:0;
	}
	
p {
	font-size:80%;
	}
	
h1 {
	font-size:120%;
	font-weight:bold;
	}
	
h2 {
	font-size:110%;
	font-weight:bold;
}

h3 {
	font-size:90%;
	font-weight:bold;
}

p, ul {
	font-size:80%;
}			

.clear {
	clear:both;
}
	
		
#header {
	width: 920px;
	height: 136px;
	background:url(images/art-club-header-920.jpg) ;
		}
	
#content {
	width: 920px;
	height:auto;
	background-image: url(images/body920.jpg);
	background-repeat: repeat-y;
	overflow: hidden;  /* otherwise floated divs will disable the background image */
}
	
	
#nav {

	width: 120px;
	float:left; 
	padding: 0 0 10px 10px;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;
	color: #333;
	}
	
#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#nav li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#nav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}
		
html>body #nav li a {
		width: auto;
		}

#nav li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}


#main {

	position:relative;
	float:right; 
	width: 730px;
	margin-left:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
}	
#footer	{
	background:url(images/footer920.jpg);
	width: 920px;
	height: 84px;
	}
	
#logo {
	width:122px;
	padding: 0;
	background:url(images/art-club-logo.png);
	height:182px;
	float:right;
}	

.embeddedimageleft {
	padding-top:0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.embeddedimageright {
	padding-top:0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
