#header {
	height:230px;
	width:740px;
	margin:0 auto 0 auto;
	position:relative;
}
#logo {
	left:250px;
	position:absolute;
	top:45px;
}
#nav {
	bottom:4px;
	left:50px;
	position:absolute;
	background:transparent none repeat scroll 0 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:larger;
	font-weight:bold;
	text-transform:lowercase;
} 	
#nav li {
	background:transparent none repeat scroll 0 0;
	float:left;
	padding:0 0 0 0;
	text-align:center;
	width:90px;
}

#menu {
	width:600px;
	left:0;
	position: fixed;
	margin: 35px 0 0 40px;
	color: #333;
	padding: 8px 10px 20px 15px;
}
#menumini{
	margin: 0 0 5px 0;
	letter-spacing:3px;
	text-transform: lowercase;
	color: #666;
}

#content {
	width: 700px;
	position:relative;
	margin: 0 auto 20px auto;
	background: #fff url(../webimages/contents_doodad.png) no-repeat scroll right top;
	border: solid 1px #ccc;
	padding: 15px 20px 20px 20px;
}
#splash {
	left:674px;
	top:22px;
	position:absolute;
}

#footer{
	background:transparent url(../webimages/footer.png) no-repeat center bottom;
}
#footerpage{
	width: 780px;
	height:150px;
	margin: auto auto 10px auto;
	background: #fff url(../webimages/footer_doodad.png) no-repeat right top;
	border: solid 1px #ccc;
	padding: 20px;
}
#footershort {
	width: 140px;
	padding:10px 10px 10px 10px;
	float:left;
}
#footermedium {
	width: 150px;
	padding:10px 10px 10px 10px;
	float:left;
}
#footerlong {
	width: 200px;
	padding:10px 10px 10px 10px;
	float:left;
}
#footercopyright{
	padding: 0 45px 0 0;
	margin: 0;
	background: transparent url(../webimages/copyright_doodad.png) no-repeat right bottom;
	text-align: right;
	line-height: 30px;
}

.img{
	border: solid 1px #ccc;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	vertical-align: bottom;
}
.small{
	width:150px;
}
.medium{
	width:250px;
}
.large{
	width:500px;
}
.narrow{
	width:550px;
}
.left{
	float: left;
	margin: 5px 10px 5px 5px;
}
.right{
	float: right;
	margin: 5px 5px 5px 10px;
}
.center{
	text-align: center;
}
.new{
	background: #FFC500;
}
