body {	
	background: url('images/back.jpg') repeat-x 0 0 #f8f8f9; 
	height: 100%;
	min-width: 960px;
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 85%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto; 
}

.clear {
	clear: both; 
}


#logo {	
	position: relative; 
	float: left;
	width: 285px;
	height: 53px;
	margin-top: -10px;
	margin-bottom: 0;
	margin-left: -8px;
	padding: 0;
	border: 0;
}

#head {
	position: relative;
	width: 100%;
	height: 39px;
	margin-top: 10px;
	margin-bottom: 0;
	background: url('images/head.jpg') repeat-x;
	border: 0;
}

textarea {
	background: #fffefe;
	color: #7f7f7f;
	text-align: justify;
	font: 10pt Tahoma;
	padding: 1%;
	border: 1px solid #c4c4c4;
}


input {
	background: #fffefe;
	color: #7f7f7f;
	text-align: justify;
	font: 10pt Tahoma;
	padding: 1%;
	border: 1px solid #c4c4c4;
}


/*-------------------------- MAIN NAVIGATION---------------------------------*/

#topcontainer {
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	min-width: 48%;
	overflow: auto;
	padding: 0;
}

#navtop {
	margin-right: 0;
	min-width: 48%;
	overflow: auto;
	padding: 0;
	font-family: arial;
	font-size: 10pt;
	padding: 0;
	text-align: center;
}


#navtop li {
	float: right;
	width: 6em;
	border: 0;
	list-style: none;
	text-align: center;
}

#navtop li a {
	display: block;
	padding: 0;
	color: #ababab;
	text-decoration: none;
}

#navtop li a:hover {
	color: #616161;
}
	
/*------------------------- MAIN CONTENT --------------------------------*/

#maincontent {	
	margin-top: 8px;
	width: 100%;
	
}

#maincontent img { 
	border: 5px solid #fffefe;
}

.content {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #fffefe;
}

.contentdesigns {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	background:#fffefe;
	width: 100%;
}

.content li {
	margin: 0;
	line-height: 1.15em;
	list-style: none;
}

.content ul li:before {
	content: "\00BB \0020";
	}

/*------------------------- LEFT COLUMN --------------------------------*/

#leftcol {	
	float: left;
	color: #7f7f7f;
	text-align: justify;
	font: 10pt Tahoma;
	width: 65%;
	background: #f2f2f2;
	padding: 1%;
}

#leftcol h1 {
	color: #ffb400;
	font-family: Georgia;
	font-size: 26pt;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	padding-left: 5px;
	margin: 0; 
}

#leftcol a {
	color: #474747;  
	font-family: Tahoma;
	text-decoration: none;
	border-bottom: 1px solid #ffb400;
}

#leftcol a:hover {
	color:#ffb400;
	text-decoration: none; 
	border: 0px none;
}	

/*------------------------- RIGHT COLUMN --------------------------------*/

#rightcol {	
	float: right;
	color: #7f7f7f;
	text-align: justify;
	font: 10pt Tahoma;
	width: 30%;
	background: #f2f2f2;
	padding: 1%;
}

#rightcol h1 {
	color: #14dbff;
	font: 16pt Georgia;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	padding-left: 10px;
	margin: 0; 
}

#rightcol ul {
	list-style: none;
	margin-top: 20px;
	padding: 0;
	border: 0;
	width: 100%;
}

#rightcol li {
	border: 0;
	margin-bottom: 2px;
}

#rightcol li a {
	color: #14dbff;
	display: block;
	font: 10pt Tahoma;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	border-left: 10px solid #aadaeb;
	border-bottom: 0;
	background: #fbfbfb;
}

html>body #rightcol li a { 
	width: auto; 
}

#rightcol li a:hover {
	color: #00b3d3;
	border-left: 10px solid #42ccff;
	border-bottom: 0;
	background-color: #fff;
}

#rightcol a {
	color: #474747;  
	text-decoration: none;
	border-bottom: 1px solid #14dbff;
}

#rightcol a:hover {
	color:#14dbff;
	text-decoration: none; 
	border: 0px none;
}


/*------------------------- BOTTOM --------------------------------*/

#bottom {	
	margin-top: 8px;
	width: 100%;
	padding: 1%;
	color: #7f7f7f;
	text-align: justify;
	font: 8pt Tahoma;
}

#bottom a {
	color: #474747;  
	font-family: Tahoma;
	text-decoration: none;
	border-bottom: 1px solid #ffb400;
}

#bottom a:hover {
	color:#ffb400;
	text-decoration: none; 
	border: 0px none;
}	

