@charset "utf-8";
body {
	position: absolute;
	height: 96%;
	width: 98%;
	overflow: hidden;
	font-family: "cambria";
	padding: 0px;
	left: 50%;
	margin-left: -49%;
}
#content {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	height: 80%;
	top: 0%;
	overflow-y: scroll;
}

#bottom {
	position: relative;
	border: none;
	font-size: x-small;
	text-align: right;
	margin-right: 30px;
}

img.logo {
	width: 371px;
	float:clear;
}

img.imgblog {
	float: clear;
	text-align: center;
	text-decoration: none;
}

#top {
	position: relative;
	width: auto;
	height: auto;
	font-variant: small-caps;
	font-size: 109%;
	font-weight: 600;
	margin-left: 30px;
}



#top p {
}

#top a:link {
	color:black;
	text-decoration: none;
}

#top a:visited {
	color:black;
	text-decoration: none;
}

#top a:hover {
	color: #A37F40;
	text-decoration: none;
}


#galitem {
	position: relative;
	height: 180px;
	width: 160px;
	border: #CCC 1px dotted;
	float: left;
	margin: .3%;
	text-align: center;
}

#galimg {
	position: relative;
	width: 160px;
	height: 83%;
	padding-top: 14px;
}

#galimg img {
border: 2px solid black;
}

#galcap {
position: relative;
width: 160px;
height: 11%;
text-align: center;
font-size: smaller;
}

#rightdev {
position: fixed;
width: 46%;
left: 50%;
padding: 10px;
float: right;
}

#leftdev {
position: relative;
width: 46%;
padding: 10px;
float: left;
}

#leftdev img {
float: left;
}

#rightdev p {
padding-left: 30px;
text-indent: -30px;
}

#rightdev img {
float: right;
}

#rightdev a:link {
color:#A37F40;
text-decoration: none;
}

#rightdev a:visited {
color:#A37F40;
text-decoration: none;
}

#rightdev a:hover {
color: #A37F40;
text-decoration: none;
}

#rightdev a:active {
text-decoration: none;
color: #A37F40;
}

.display {
border: 2px solid black;
zoom: 1;
}

#back {
	position: absolute;
	clear: right;
	float: left;
}

#back a:link {
	color:black;
	text-decoration: none;
}

#back a:visited {
	color:black;
	text-decoration: none;
}

#back a:hover {
	color: #A37F40;
	text-decoration: none;
}

#back a:active {
	text-decoration: none;
	color: #A37F40;
}

h2.blog {
margin-left: 20px;
margin-right: 20px;
margin-bottom: -50px;
padding-left: 5px;
padding-bottom: 2px;
position: relative;
font-variant: small-caps;
border-bottom: dashed #CCCCCC 1px;
}

h5.user {
margin-top: 32px;
margin-bottom: -30px;
margin-right: 35px;
text-align: right;
position: relative;
}

.main {
zoom:1;
position: relative;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 30px;
padding: 5px;
padding-left: 7px;
padding-right: 7px;
height:auto;
width:auto;
z-index:0;
border-bottom: dashed #CCCCCC 1px;
}

.form {
	border: 1px dashed #999999;
}

.main a:link {
	color:black;
	text-decoration: ;
}

.main a:visited {
	color:black;
	text-decoration: ;
}

.main a:hover {
	color: #A37F40;
	text-decoration: none;
}