@charset "utf-8";
/* CSS Document */

html, body {
	margin-bottom: 15px;
	background-image: url(images/background.jpg);
	background-attachment: scroll;
}
/*CSS Rule to reset the margins and padding on the html and body tags to 0*/

#page-container {
	position: relative;
	margin: auto;
	width: 840px;
	background-color:#000000;
}
/*the house for all the divs to live in*/

#header {
	width: 840px;
	height: 148px;
	background-image: url(images/header.jpg);
}
/*header area div*/

#sidebar {
	width: 180px;
	float: left;
	background-color:#000000;
}
/*sidebar content area*/

#sidebar2 {
	width: 170px;
	padding-left: 10px;
	float: left;
	background-color:#000000;
}
/*sidebar content area*/

#sidebar2 a {
	font-size: 8pt;
	color: #c9c9c9;
	text-decoration: none;
	line-height: normal;
}

#sidebar2 a:hover {
	color: #0099FF;
	font-size: 8pt;
	text-decoration: none;
	line-height: normal;
}

#sidebar2 a:visited {
	color: #c9c9c9;
	font-size: 8pt;
	text-decoration: none;
	line-height: normal;
}

#sidebar3 {
	width: 170px;
	padding-left: 10px;
	float: left;
	background-color:#000000;
}
/*sidebar content area*/

#sidebar3 a {
	font-size: 7pt;
	color: #c9c9c9;
	text-decoration: none;
	line-height: normal;
}

#sidebar3 a:hover {
	color: #0099FF;
	font-size: 7pt;
	text-decoration: none;
	line-height: normal;
}

#sidebar3 a:visited {
	color: #c9c9c9;
	font-size: 7pt;
	text-decoration: none;
	line-height: normal;
}

#sidebarpic {
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 180px;
	height: 280px;
	background-image: url(images/sidebar_image.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 620px;
	float: right;
	background-color: #FFFFFF;
	min-height: 896px;
	padding: 5px 20px 15px 15px;
}
/*main content area*/

#maingallery {
	width: 620px;
	float: right;
	background-color: #000000;
	min-height: 896px;
	padding: 5px 5px 15px 5px;
}
/*main content area*/

#footer {
	clear: both;
	height: 0px;
}
/*footer area div*/

p {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #000000;
	text-decoration: none;
}
/*Main Paragraph type*/

.paragraphwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
}
/*Main Paragraph Type White*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #0099CC;
	text-decoration: none;
}
/*Main Paragraph bold type*/

.paragraphtypefooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #c9c9c9;
	text-decoration: none;
}
/*Footer type*/

a:focus { -moz-outline-style: none; }
/*gets rid of dotted line outline on links in firefox*/

img
{  border-style: none;
}
/*gets rid of blue line around images*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #993366;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
 }
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0099CC;
	text-decoration: none;
}

img {border:0}
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px 10px 3px 0px; display: inline; }
.right { float: right; }
.left { float: left; }
/*code for text wrapping*/