/* Customize your layout here, for support please visit www.webart.no/forum */

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {margin-top: 1px;
	background-image: url(images/11frx_2.jpg);
	height: 200px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 155px;
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #C138C1;
	padding: 5px;
	font-size: 1.2em;
}

#right {
	background-color: #C138C1;
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-image: url(images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;

}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #5A3D59;
	padding: 20px;
	border: 0px solid #FFFFFF;
	font-size: 1.4em;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	background-image: url(images/bar_bg.gif);
	text-align: center;
}



/* Begin text formatting and image floats */

.col_left	{
	float: left;
	width: 200px;
        padding-left: 10px;
        text-decoration: none;
       

	}

.col_right	{
	float: right;
	width: 200px;
        padding-right: 10px;
        text-decoration: none;
       
        }

.col_left a img {
         border: 0;
}

.col_right a img {
         border: 0;
}

#clear	{
	height: 1px;
	clear: both;

}

p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
}

h1{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h2{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

.list {
	margin-left: 25px;
	list-style-image: url(images/list_bullet.png);
	margin-top: 30px;
	line-height: 20px;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
	 text-decoration: none;
}
a:hover {
	color: #FF00FF;
	background-color: inherit;
	 text-decoration: none;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
	 text-decoration: none;
}


div.thumb {
margin: 8px;
border: 1px solid #A0ACC0;
height: auto;
float: left;
text-align: center;
}
.thumb img{
display: inline;
margin: 5px;
border: 1px solid #A0ACC0;
}
.thumb a:hover img {border: 1px solid black;}

.photocattitle {text-align: center; font-weight: bold;} 

.phototitle {
text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 0 3px 3px 3px;
  font: 16px Verdana, arial, helvetica;
  }

/********** Begin top navigation *************/
#navlist
{
	height: 2.6em!important;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #CCCCCC;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
 
