/*CSS Document*/

body {font-family:"Times New Roman", Times, serif; background:#3333FF}
h2 {font-style:italic; text-align:center;}

a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}

/* Containers */

#page {background:#FFFFFF; width:800px; margin:0px auto;}

#header{margin:5px; padding:5px;}
#header img{float:left; border:0px #FFFFFF;}
#header h1 {text-align:center;}
#header h2 {text-align:center;}
#header p {text-align:center;}
#header a {color:#FFFFFF;}

#maincontent {clear:both; width:780px; float:left; padding:10px;}
#footer {font-size:11px; color:#666666; padding:3px;}
#contacts {clear:both; margin-left:250px; float:left; width:300px;}


/*Classes*/

.heading {font-style:italic; font-weight:bold; font-size:18px;}
.header {font-weight:bold; font-size:14px;}
.yellowbox {background:#FFFF99; padding:5px;}
.goto {float:left;}