body {
	min-height:101%;
	font-family: Arial;
	color: #141414;
	background-position: right top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(photos/paintb.png);
}
html {
	height:100%;
}
#container {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	z-index: 1;
}
#bg {
	float: left;
	margin-left: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 400px;
	font-size: 12px;
}

#logo {
	float: right;
	margin-top: 100px;
	margin-right: 50px;
	clear: right;
	width: 400px;
}
/*-----------------primary navigation---------------------------------*/
#prinav{
	float:right;
	clear:right;
	width: 400px;
	margin-right: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prinav ul {
	margin: 0px;
	padding: 0px;

}
#prinav ul li{
	list-style:none;
	float:left;
	
	text-align: center;
	background-color:#CCC;
}
#prinav ul li a{
	color: #FFF;
	text-decoration: none;
	height: 18px;
	display: block;
	padding: 15px;
	
}
#prinav ul li a:hover {
	background-color: #252525;
	color: #FFF;
}

/*-------------------------Primary navigation End---------------------*/

/*---------Class Info Navigation--------------------------------------*/
#classnav {
	clear: right;
	float: right;
	margin-right: 50px;
	padding: 0px;
	width: 400px;
}
#classnav ul {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
#classnav ul li{
	float: left;
	list-style-type: none;
	width: 100px;
	text-align: center;
	background-color:#CCC;
}
#classnav ul li a{
	color: #FFF;
	text-decoration: none;
	height: 18px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
#classnav ul li a:hover {
	background-color: #252525;
	color: #FFF;
}
/*--------Class Info Navigation End-----------------------------------*/
#text span {
	font-size: 12px;
	color: #0F0F0F;
}

#text {
	float:right;
	clear:right;
	width: 400px;
	margin-right: 50px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #999;
	font-size: 12px;
	
}

#photopg {
	float: left;
	margin-top: 100px;
	width: 300px;
}
.dcphoto {
	float: left;
	position: absolute;
	z-index: 1;
	left: -87px;
	top: 97px;
}


#photopg ul {
	margin: 0px;
	padding: 0px;
}
#photopg ul li {
	list-style:none;
	width: 300px;
	text-align: center;
	background-color:#CCC;
	margin-bottom: 15px;
}
#photopg ul li a{
	color: #000;
	text-decoration: none;
	height: 15px;
	display: block;
	padding-top: 10px;
	padding-bottom: 13px;
}
#photopg ul li a:hover{
	background-color: #252525;
	color: #FFF;
}
a {
	color: #919191;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #252525;
}
img {
	border:none;
}
.classinfopic {
	padding-top: 100px;
	margin: 0px;
}

.plus {
	float: left;
	clear: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	color: #1A1A1A;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	width: 420px;
}


.clear {
	clear: both;
}
#footer {
	font-size: 9px;
	color: #000;
	width: 930px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#poppingtb {
	font-size: 9px;
}

