/**** GLOBAL RESET   *****/

* {
margin:0;
padding:0;
}


/**** Global Resets Ends Here *****/

body{
	text-align:center;
	background: url(../image/bg_01.jpg);
	margin:0;
	font-size:85%;
	font-family: Arial, Verdana, sans-serif;	
	line-height:1.3;
}

a {font-family: Century Gothic, Arial, Helvetica, sans-serif;text-decoration:none;}
a:hover {text-decoration:underline;}


#wrapper{
	margin:20px auto 2px;
	width:800px;
	background: #ffffff;	
	min-height:550px;
	border: 1px solid #a19658;
	text-align:center;
}

#comp{
	text-align:center;
	margin: 5px auto;
	width:520px;

}

#ret{
	width:780px;
	text-align:right;
	color:#E4912D;
	padding:10px;
}

#ret a {
	font-size:14px;
	color:#E4912D;
	text-decoration:none;
}

#ret a:hover {
	font-size:14px;
	text-decoration:underline;
	color:#258FB6;
}

div#slideshowContainer{
	margin:5px auto; 
	text-align:center;
}

table.contentpaneopen p a {
	font-size:12px;
	color:#E4912D;
	text-decoration:none;
}

table.contentpaneopen p a:hover {
	font-size:12px;
	text-decoration:underline;
	color:#258FB6;
}

#footer {
clear:both;
font:0.8em Century Gothic, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

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

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


