﻿/* CLEAR */
html,body,div,span,h1,p,a,font,img {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}

/* GENERAL STYLES */

body {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-align: left;
	}

p  { 
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	 
a, a:visited {
	text-decoration: underline;
	color: #000;
	}

a:hover, a:active {
	text-decoration: none;
	}
	
h1 {
	font-size:14px;
	color:#262161;
	padding-bottom: 10px;
	}
	
h1 a {
	text-decoration: none!important;
	color:#262161!important;
	cursor: text!important;
	}
	
h2 {
	font-size:12px;
	color:#262161;
	padding-bottom: 5px;
	}

.imgRight {float:right;padding: 0 0 5px 10px;clear:both;}
	
/* LAYOUT */

#head {
	background: transparent url("pic/head.gif") no-repeat left top;
	width: 750px;
	height:160px;
	margin: 50px auto 0 auto;
	}

#container {
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: transparent;
	padding:0;
	text-align:left;
	} 

#left {
	float: left;
	width: 230px;
	border-right: 2px solid #BED732;
	}
	
#middle {
	float: left;
	padding:0 10px;
	width: 220px;
	border-right: 2px solid #BED732;
	background: transparent url("pic/butterfly-1.gif") no-repeat 150px 10px;
	}
	
#right {
	float: left;
	padding:0 10px;
	width: 220px;
	height: 150px;
	/*background: transparent url("pic/butterfly-2.gif") no-repeat 130px 70px;*/
	}

#text {
	width: 750px;
	margin: 20px 0;
	}
	
#textInner {
	width: 700px;
	margin: 20px 0;
	}
		
#footer {
	width: 710px;
	border-top: 1px solid #E1E2DF;
	padding:5px 0 0 0;
	margin-top: 20px;
	text-align:left;
	color:#B1B89E;
	float:left;
	}
	
#footer h2 {padding:0;margin:0;color:#B1B89E;font-size: 11px;display:inline;font-weight:normal;}
#footer h2 a, #footer h2 a:hover {padding:0;margin:0;color:#B1B89E;font-size: 11px;text-decoration:underline;}
	
.red {color:#FF0000;}
