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

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

a:hover {
	text-decoration: underline;
	}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #607785;
	background-color: #ffffff;
	text-align: center;
}

img{
	border: 0;
}
i{
	font-size: larger;
}
#header{
	position: relative;
	margin: 0 auto;
	width: 758px;
	padding-top: 12px;
	color: #30C1D3;
}
#logo{
	text-align: left;
	width: 400px;
	height: 84px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 27px;
	position: relative;
	float: left;
}
#utility {
	width: 280px;
	height: 84px;
	text-align: right;
	padding-right: 27px;
	float: right;
	position: relative;
}
#nav{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 27px;
	padding-bottom: 10px;
	width: 731px;
	clear: both;
}

#header2 {
		margin: 0 auto;
		padding: 0 0 0 4px;
}
#content {
	background: url(images/bkground.gif) repeat-y;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	padding: 0;

}
body>#content {
	width: 760px;
}
#contentLeft {
	position: relative;
	padding: 26px 0 0 27px;
	width: 470px;
	padding-bottom: 50px;
	}
#contentLeft p{
	line-height: 16px;
}
#contentRight {
	width: 245px;
	position: absolute;
	padding-left: 538px;
	top: 20px;
	background-image: url(images/bkground_circle.gif);
	background-repeat: no-repeat;
	background-position: 510px 1px;
}

#contentRight img.vertical{
	padding: 58px 0 0px 20px ;
	
}
#contentRight img.horizontal{
	padding: 38px 0 0 0px ;
	
}
h1 {
	font-size: 12px; 
	padding: 0;
	margin: 10px 0;
}

h2 {
	font-size: 12px; 
	padding: 0;
	margin: 0 0 -12px 0;
	color: #30C1D3;
}
#contentRight ul {
	margin: 12px 0 0 12px;
	padding: 0;
	font-weight: bold;
}

#contentRight li{
	width: 200px;
	padding: 12px 0 0 0px;
}

#footer{
	text-align:right;
	padding: 12px 27px 0 0;
}