body {
	background-color: #D0D0D0;
	font-family: Helvetica, sans-serif;
}

body a {
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

h1 {
	position: relative;
	left: 10px;
	color: white;
	font-size: 14px;
	font-family: Helvetica, sans-serif;	
}

#topbar {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #262626;
	height: 30px;
}

#topbar .item	 {
	float:  right;
	color: white;	
	font-size: 12px;
	padding: 8px;
}

#topbar a {
	color: white;
}

#topbar h1 {
	float:  left;	
	margin-top: 7px;
}

#contentbox {
	position: relative;
	margin:0 auto;
	margin-top: 40px;
	padding-top:40px;
	width:990px;
	background-color: white;
	

}

#content {
	font-family: Georgia, serif;
	font-size:12px;
	margin: 0 auto;
	padding: 30px;
	width: 800px;
	height: auto;
	overflow: hidden;
	border-top: 3px double purple;
	border-bottom: 3px double blue;
	background-color: white;
}


#content .titlesm {
	font-size: 14px;
	font-weight: bold;
}

#menucontent {
	font-size: 37px;
	background-color: white;
	max-width: 600px;	
}

#menucontent a {
	color: #00ccff;
	text-decoration: none;
}

#menucontent a.reg {
	color:  black;
}

#menucontent a:hover{
	background-color: black;
	color: #00ccff;
}

#content .leftcol {
	float: left;
	width: 400px;
	margin-top: 50px;
	padding: 10px;
	background: white;
}

.leftcol a {
	color: blue;
}

#content .rightcol {
	font-size: 14px;
	float: right;
	margin-top: 50px;
	max-width: 370px;
}

.rightcol a {
	color: blue;
}

#content .midcol {
	max-width:  770px;
	background-color: white;
	margin-top: 15px;
	padding: 5px;
}

#content .thumbspace {
	width: 400px;
	margin-left: px;
}

img.medthumb {
	margin-top: 10px;
	width: 160px;
	max-height: 80px;
	display: inline;
	border: solid 1px black;
}
img.thumb {
	margin-top: 10px;
	width: 80px;
	max-height: 40px;
	display: inline;
	border: solid 1px black;
}

img.part {
	width: 200px;
	padding: 10px;
}

img.glamour {
	float: left;
	width: 95%;
	height: 35%;
	margin: 2px;
	border: solid 1px black;
}


#content .gallerypost {
	float: left;
	position: relative;
}

img.piclrg {
	width: 700px;
	height: 350px;
	margin: 13px;
	border: solid 1px;
}

img.picsm {
	width: 240px;
	height: 210px;
	padding: 13px;
}

.gallerypost .pictitle {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: black;
	position: absolute;
	top: 120px;
	left: 0px;
	padding: 2px 2px 2px 50px;
	background-color: yellow;
}

.gallerypost .pictitle a {
	text-decoration: none;
	color: black;
}

.gallerypost .pictitle a:hover {
	text-decoration: none;
	color: #00ccff;
	background-color: black;
}

h2 {
	font-size: 16px;
	font-family: Georgia, serif;
}

#temp {
	position: relative;
	float: center;
	padding: 50px 0px 50px 0px;
	font-size: 18px;
	background-color: white;
	
}

#temp .stuff {
	text-align: center;
}
#temp a {
	text-decoration: none;
	color: black;
}

#temp a:hover {
	text-decoration: underline;
}




