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

html, body {
	margin: 0;
	background-color:#990000;
}
/*CSS Rule to reset the margins and padding on the html and body tags to 0*/

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

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

#nav {
	width: 950px;
	height: 65px;
	background-image: url(images/header_nav.jpg);
}
/*nav bar area*/

#main {
    width: 950px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*main content area*/

#main2 {
    width: 670px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*main content area*/

#sidebar {
    width: 220px;
	float: left;
	padding: 15px;
}
/*sidebar content area*/

#contentgallery {
	background-color:#ccccff;
	width: 950px;
}

#footer {
   clear: both;
	height: 48px;
	padding-top: 2px;
	padding-left: 10px;
	background-image: url(images/footer.jpg);
}
/*footer area div*/

#footer a {
	font-size: 8pt;
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
	font-size: 8pt;
	text-decoration: none;
}

#footer a:visited {
	color: #db6d16;
	font-size: 8pt;
	text-decoration: none;
}

#footer a:active {
	color: #db6d16;
	font-size: 8pt;
	text-decoration: none;
}

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

.paragraphtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #000000;
	text-decoration: none;
}
/*Main Paragraph type*/

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

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #000000;
	text-decoration: none;
}
/*Main Paragraph italic 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: #ff3399;
	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: #993366;
	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: #ff3399;
	text-decoration: none;
}

