/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding:0;
	text-align:center;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #4F504D;
	line-height: 1.5;
	background-image:url(images/backgrounds/galleryback.gif); 
	background-repeat:no-repeat;
	background-color: #FEFEFE;
	}




#container {
	margin-left: 450px;
	width: 450px;
	margin-top: 60px;
	margin-bottom: 50px;
	background-image: url(images/container/containerBG.gif);
	}


#header {
	width: 450px;
	height: 136px;;
	background-image: url(images/header.gif);
	}


#content {
	margin-top: 20px;
	width: 415px;
	text-align:justify;
	padding-left: 20px;
	padding-right: 10px;
	}
	

#footer {
	width: 450px;
	height: 102px;;
	background-image: url(images/footer.gif);
	}
	

/*************** H TAGS *******************/

#header h1 {
	display: none;
	}
	
#container h2 {
	font-size: 16px;
	padding-top: 10px;
	}

#container h3 {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 30px;
	}
	
#footer h4 {
	display: none
	}
	


/*************** NAVGATION *******************/
#navigation {
	text-align: right;
	padding-right: 4px;
	}

/*************** MINITABS *******************/

#minitabs {
	margin: 0px;
	padding: 10px 7px 4px 7px;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	}

#minitabs li {
	margin: 0px;
	padding: inherit;
	display: inline;
	list style: none;
	}
	
#minitabs a {
	text-decoration: none;
	font-weight: bold;
	}
	
#minitabs a.active, #minitabs a:hover {
	border-bottom: 4px solid #C3DBE8;
	padding-bottom: 2px;
	color: #363;
	}	
	
#minitabs a:hover {
	color: #000;
	}

/*************** LINKS *******************/

a:link 
{
font-family : "Arial";
font-size: 13px;
color: #666666;
font-style: normal;
text-decoration : none;
}

a:visited 
{
font-family : "Arial";
font-size: 13px;
color :#666666;
font-style : normal;
text-decoration : none;
}

a:hover 
{
font-family : "Arial";
font-size: 13px;
color: #666666;
text-decoration : none;
}
     
a:active
{
font-family : "Arial";
font-size: 13px;
color: #666666;
font-style : normal;
text-decoration : none;

}

/*************** IMAGE ALIGNMENT *******************/

.imagefloatLeft { 
    float: left;
    margin-right: 5px; 
	padding: 2px;
}

.imagefloatRight {
    float: right;
	margin-left: 5px;
	padding: 2px; 
}

#styleswitch {
	width: 898px;
	text-align:right;
	color: #B23737;
	}