  

body{
background-color:#F2C731;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
color:#000000;
background-image:url(/assets/editor/uploaded/bg.png);
background-repeat:repeat-x;
margin:0px;
}

html {
   /*overflow-y: scroll;*/
}

#wrapper{
width:866px;
height:auto;
margin:auto;
background-color:#FFFFFF;
background-image:url(/assets/editor/uploaded/cont-bg.png);
background-repeat:repeat-x;
}


#header{
padding:0px;
margin:0px;
background-color:#FFFFFF;
background-image:url();
background-repeat:no-repeat;
height:auto;

width:866px;
clear:both;
}


#navigation{
	height:32px; 
	background-color:#58595E;
	padding-top:0px;
	clear:both;   
}

/*** Superfish SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;	
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a:link, .sf-menu li li a, .sf-menu a:visited, .sf-menu a:active   { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li {
	background:		#58595E;
}
.sf-menu li li {
	background:		#58595E;
}
.sf-menu li li li {
	background:		#58595E;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#797B80;
	color:          #EDB9B9;
	outline:		0;
}

.sf-menu { position:relative !important; overflow:visible !important; z-index:80; }


#content{
width:841px;
height:auto;
overflow:auto;
min-height:400px;
height:expression(document.body.clientHeight < 400? "400px" : "auto");
padding-left:15px;
padding-right:10px;
padding-top:10px;
background-color:#FFFFFF;
background-image:url(/assets/editor/uploaded/cont-bg.png);
background-repeat:repeat;
clear:both;
}


#left{
width:600px;
height:auto;
overflow:auto;
padding-left:10px;
padding-right:10px;
float:right;
font-size:14px;
color:#000000;
background-color:#FFFFFF;
}

#left a:link {
color:#0A1FA6;
text-decoration: none;
} 

#left a:visited {
color:#0A1FA6;
text-decoration: none;
}

#left a:hover {
color:#7D7D7D;
text-decoration: none;
}

#left a:active {
color:#0A1FA6;
text-decoration: none;
}

#right{
width:190px;
height:auto;
float:left;
padding-right:10px;
clear:left;
}

#right h1 {
color:#FFFFFF;
font-size:120%;
font-weight:normal;
clear:both;
}

#footer{
color:#FFFFFF;
background-color:#FFFFFF;
background-image:url(/assets/editor/uploaded/footer.png);
background-repeat:no-repeat;
height:55px;width:866px;
margin:auto;
overflow:auto;
}

#footer a:link {
color:#F7B2D3;
text-decoration: none;
} 

#footer a:visited {
color:#F7B2D3;
text-decoration: none;
}

#footer a:hover {
color:#A1B1FF;
text-decoration: none;
}

#footer a:active {
color:#F7B2D3;
text-decoration: none;
}

/* isc */
a:link {
color:#0A1FA6;
text-decoration: none;
} 

a:visited {
color:#0A1FA6;
text-decoration: none;
}

a:hover {
color:#7D7D7D;
text-decoration: none;
}

a:active {
color:#0A1FA6;
text-decoration: none;
}

.warning {
	color:#FF0000;
	}
label {
	float:left;
	margin-right:10px;
	width:180px;
	font-weight:bold;	
	}	
.pwd label {
	float:left;
	margin-right:10px;
	width:200px;
	font-weight:bold;
	}	
.left {
	float: left;
	padding-right:20px;
	}
.right {
	float: right;	
}
/* tables */
table {
	border-collapse: collapse;
	width: 90%;
	font-size: 1.1em;
}

.stripeMe th {
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1.2;
	padding-left:20px;
}

.stripeMe td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

.stripeMe td * {
	padding: 6px 11px;
}

.stripeMe tr.alt td {
	background:#58595E;
}

.stripeMe tr.over td {
	background: #797B80;
}

.thumbImage {
	margin:auto;
	width:150px;
	height:110px;	
	}
#gallery {
	margin:auto;
	width:470px;
	height:auto;
	overflow:auto;
	}

