body {

background: #ffffff;
background-image: url(images/bg.png);
background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 14px;
	color: #448ccb;
	margin: 0;
	padding: 0;
}

a:link {
    color: #448ccb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
    color: #70b6f3;
}
a:hover {
    text-decoration:underline;
    color: #70b6f3;
}
a:active {
	text-decoration: none;
}

a img {border: none;}

#container {
    width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#tick2 {font-size: 46px; color: #6895bd;}

#top {
    height: 113px;
	background-image: url(images/logo.jpg);
	background-position: top left;
    background-repeat: no-repeat;
}

#menu {
	background-image: url(images/menu_md.jpg);
    background-repeat: repeat-x;
}
#menu a {font-size: 18px; color: #324150;}
#menu a:hover  {text-decoration: none;color: #99c3e8;}
#content {}

#bottom {text-align: right; font-size: 12px;}
#bottom a{color: #448ccb;}


