* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background: #d0e6f1;
}

#container{
	margin: 0 auto;
	width: 768px;
	border-left: 1px solid #d5e1ff;
	background:white;
	overflow:hidden;
}

#header{
	width: 768px;
	height: 120px;
}

#main{
	width: 768px;
	margin:0;
	padding:0;
	background:white;
	border-left: 1px solid #d5e1ff;
}

a:link, a:active, a:visited{
	font-family: Century Gothic, Arial;
	font-size:13px;
	color:#009cff;
	text-decoration: underline;
}

a:hover{
	font-family: Century Gothic, Arial;
	font-size:13px;
	color:#009cff;
	text-decoration: none;
}

#mainmenu{
	width:149px;
	text-align:center;
	background: white;
	border-right: 1px solid #d5e1ff;
	float:left;
}

#mainmenu p{
	color:#3d3d3d;
	font-family: Century Gothic, Arial;
	font-size:13px;
	padding-top:10px;
	padding-bottom:5px;
}

#support{
	text-align:center;
	position:relative;
	width:149px;
}

#support_image{
	position:absolute;
	width:149px;
	bottom:0;
}

#content{
	float:right;
	width: 617px;

	text-align:center;
}

#content p.title{
	font-family: Century Gothic, Arial;
	font-size:24px;
	font-weight:bold;
	color:#3987bc;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	text-align:justify;
}

#content p.subtitle{
	font-family: Century Gothic, Arial;
	font-size:15px;
	font-weight:normal;
	color:black;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	text-align:justify;
}

#content #calculator{
	padding-left:10px;
	padding-top:10px;
	margin: 0 auto;
}

#content #calculator p{
	font-family: Century Gothic, Arial;
	font-size:13px;
	color:#009cff;
}

#content p{
	font-family: Century Gothic, Arial;
	font-size:14px;
	font-weight:normal;
	color:#008aff;
	padding-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align:justify;
}

#content .calculator{
	font-family: Century Gothic, Arial;
	font-size:13px;
	color:#009cff;
}

#content td.calculator{
	padding-bottom:5px;
}

#content td.sec-title{
	font-family: Century Gothic, Arial;
	font-size:13px;
	color:#009cff;
	font-weight:bold;
}

.headlines{
	width:545px;
	padding-top:20px;
	padding-bottom:10px;
	text-align:justify;
	margin: 0 auto;

}

.headlines p{
	font-family: Century Gothic, Arial;
	font-size:13px;
	font-weight:normal;
	color:#008aff;
	padding-bottom:5px;
}

.headlines p.title{
	font-family: Century Gothic, Arial;
	font-size:24px;
	font-weight:bold;
	color:#3987bc;
	padding-bottom:10px;
}

img {
	border:0;
}



.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.gap{
	line-height:150px;
}

.gaph{
	line-height:50px;
}

#useful{
	width:615px;
	background: url('../images/bg2.jpg') top right no-repeat;
	margin-left:3px;
	text-align:justify;
}

#useful p.title{
	color:#14537e;
	font-family: Century Gothic, Arial;
	font-size:15px;
	font-weight:bold;
	padding-left:10px;
}

#logo{
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}

#logo img{
	padding-left:5px;
	padding-right:5px;
}

#footer{
	width:768px;
	height:29px;
	background:url('../images/footer.jpg') top left no-repeat;
	margin: 0 auto;
	text-align:center;
	padding-top:5px;
}

#footer td{
	font-family: Century Gothic, Arial;
	font-size:10px;
	color:#007dff;
}

input{
	font-family: Century Gothic, Arial;
	font-size:13px;
	color:#009cff;
}

textarea{
	font-family: Century Gothic, Arial;
	font-size:13px;
	color:#009cff;
}

