﻿/*
	Purple:#606
	Red:#c03
*/

@font-face {
	font-family:Bodoni;
	src:url("../fonts/BODONIB.eot")
}

@font-face {
	font-family:Bodoni; 
	src:url(../fonts/BODONIB.TTF)
}

* {margin:0; padding:0; border:0}

body {
	width:960px;
	margin:0 auto;
	background-color:#606;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	color:#606
}

div#content {width:960px; margin:0 auto; text-align:center}

div#top {width:960px; height:356px; margin:0 auto; text-align:center}
	div#top-l {width:412px; height:356px; float:left; text-align:left}
	div#top-r {width:548px; height:308px; float:left}
	div#top-r h1 {margin-top:40px; *margin-top:41px; font-size:7px; color:#606}

div#mid {width:960px; margin:10px auto; text-align:center; font-family:Bodoni, "Times New Roman", Serif; font-size:30px; font-weight:bold; color:#c00}
	
div#bot, div#special {clear:both; width:900px; float:left; text-align:left; margin-left:30px; padding:10px 15px; background-color:#e3dfe3}
    .copy {width:820px; margin:20px auto; text-align:center; padding:0 40px}
    .copy p {margin-top:14px; text-align:left}
	div#bottom-top {clear:both; width:960px; height:20px; margin-left:15px; text-align:center; background:url(../images/bottom-top.gif) no-repeat bottom center}
	div#bottom-bot {clear:both; width:960px; height:20px; margin-left:15px; text-align:center; background:url(../images/bottom-bot.gif) no-repeat bottom center}
	div#bot-l {clear:both; width:450px; float:left; margin:0 auto; text-align:center}
	div#bot-r {width:450px; float:left; margin:10px auto 10px auto; text-align:center} 
		div#menu {clear:both; width:384px; margin:0 auto; text-align:center}
		div#menu ul {}
		div#menu li {width:128px; height:27px; display:block; float:left; background:url(../images/nav-bg.gif) no-repeat top center; list-style:none; font-family:"Bodoni", "Times New Roman", Serif; font-size:24px; font-weight:normal}
		div#menu li a:link, div#menu li a:visited {color:#fff; text-decoration:none}
		div#menu li a:hover, div#menu li a:active {color:#fc0; text-decoration:none}
		
		div#bot-r-content {width:322px; height:230px; margin:0 auto; text-align:center; background:#fff url(../images/logo-bw.png) no-repeat bottom right; border:solid 1px #606}
		.bot-r-copy h1 {font-family:"Bodoni", "Times New Roman", Serif; font-size:24px; font-weight:bold; color:#606; margin-top:10px}
		.bot-r-copy {text-align:left; color:#474747; padding:30px}
			.bot-r-copy ul {margin-top:10px; text-align:left}
			.bot-r-copy li {margin:8px 0 0 30px; list-style:disc}

div#footer {clear:both; width:960px; margin:10px auto; text-align:center; font-size:9px; color:#fff; padding-top:5px}

/* ******** TYPOGRAPHY ********/
h1 {font-family:Bodoni, "Times New Roman", Serif; font-size:30px; font-weight:bold; color:#c00}
h2 {font-size:18px; margin:10px auto}
h3 {text-align:left; font-size:15px; margin:10px auto}
p {margin-top:10px; text-align:left; line-height:18px}
.title {font-family:Bodoni, "Times New Roman", Serif; font-size:20px; font-weight:bold; color:#606}
.xsm {font-family:verdana, arial, sans-serif; font-size:10px}
.clear {clear:both; height:0}
.ctr {text-align:center}
.bld {font-weight:bold}
.info {margin-left:30px}
