{
   margin: 0px;
   padding: 0px;
}

body {
	background: #dcdcdc url(images/bg.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #264a68;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #191970;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 150%;
	font-weight: bold;
}

h4 {
	font-size: 130%;
	font-weight: bold;
}


p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

a {
	color: #4f4f4f;
	text-decoration: none;
}

a:hover {
   color: #006633;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Page */

#page {
	width: 1000px;
	background: #e6e1e6;
	margin: 0 auto;
}

/* Header */

#header {
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 350px;
	height: 473px;
	background: #FFFFFF url(images/img01.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	display: none;
}

/* Menu */

#menu {
	float: right;
	width: 630px;
	height: 40px;
	padding: 230px 20px 0 0;
}

#menu ul {
	width: 630px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(images/menu.png) repeat-x;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 6px 28px 0 21px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #264a68;
	font-weight: normal;
	letter-spacing: 3px;
}

#menu a:hover {
	color: #7eadd6;
	text-decoration: none;
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding-top: 5px;
                margin: 0 auto;
                padding-right: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 350px;
	padding-top: 0 auto;
}

#sidebar ul {
	margin-bottom: 10px;
	border: 0px;
	padding-top: 0 auto;
	text-align: left;
}

#sidebar li {
	padding: 5px;
}

#sidebar a {
	color: #264a68;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 3px;
}

#sidebar a:hover {
	color: #7eadd6;
}

#sidebar a:visited {
	color: #778899;
}

#sidebar p {
   padding: 10px;
}

#news {
                width: 300px;
	font-size: 80%;
}

#news a {
	color: #264a68;
	text-transform: uppercase;
}


/* Footer */

#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding-top: 7px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #4f4f4f;
	font-style: italic;
}

#footer a {
	color: #778899;
	text-decoration: none;
}

#legal {
	float: left;
}

#links {
	float: right;
}

