body {
	margin: 0;
	padding: 0;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#003;
	font-size: small;
	background-color:#003;
	}
#wrap {
    width: 936px;
    border-color: #cb7;
	border-style:inset;
    margin-left: 25px;
	margin-right: 25px;
	background-image:url(img/gm_bkgrn.jpg);
	}	
#header {
	border:#cb7 inset;
	background-image:none;
	background-color:#eed;
	text-align: center;
	}
#header h1 {
    font-size: 400%;
	margin: 0;
	padding: 25px;
	}
#nav {
    margin: 0;	
    padding: 10px 0 0 175px;
    list-style: none;
    background: #c60 url(img/nav_bg.gif) repeat-x bottom left;
    }
#nav li {
    float: left;
    margin: 0;
    padding: 0;
    font-family: Lucida Grande, sans-serif;
    }
#nav a {
    float: left;
    margin: 0 1px 0 0;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #cb7;
    border-bottom: none;          
    background: #cb7 url(img/off_bg.gif) repeat-x top left;
    }
#nav a:hover {
    color: #333;
    padding-bottom: 5px;
    border-color: #727377;
    background: #fff url(img/go_bg.gif) repeat-x top left;
    }  
#message {
    border:#cb7 inset;
    margin: 0;
	padding: 10px;
	font-size: 120%;
	text-align:center;
	clear: both;
    background-color: #c60;
	}
#message strong {
    padding: 0 0 0 28px;
	}		
#content {
    width: 550px;
    float:left;
    border:#cb7 inset;
	background-color:#eed;
	}
#content h2 {
   margin: 0 0 1em 0;
	padding: 0;
	font-size: 150%;
	text-align: center;
	}
#content ul {
    font-size: 120%;
	}
#content ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style-type: none; 
	}
#content .gutter {
	padding: 25px;
	border: 1px;
	}	
#content .gutter #logo {
	border: none;
	padding-left: 200px;
	padding-bottom: 25px;
    }		
#content .gutter #rlogo {
	border: none;
	padding-left: 50px;
	padding-bottom: 25px;
    }	
#content .gutter #llogo {
	border: none;
	padding-left: 200px;
	padding-bottom: 25px;
    }	
#sidebar {
    width: 325px;
	float: right;
	}
#sidebar .gutter {
    padding: 25px;
	}		
#footer {
    clear: both;
	background-color:#c60;
	border:#cb7 inset;
	}
#footer p {
    margin: 0;
	padding: 15px;
	font-size: 105%;
	}	
.box {
    border:#cb7 inset;
    margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	background-color:#cb7;
	}
.box h3 {
    margin: 0;
	padding: 12px;
	font-size: 140%;
	}
.box h3 a {
    color:#333;
    text-decoration: none;
    }
.box h3 a:hover {
    color:#eeeeee;
    font-size: 150%;
    }
.box ul {
    margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style-type: square;
	}
.box ul li a {
    color:#333;
    text-decoration: none;
    }
.box ul li a:hover {
    color:#CC0000;
    font-size: 150%;
    }
.box p {
    padding-left: 10px;
	padding-right: 10px;
	}	
.gutter img {
    border: #cb7 inset;
	}					
#wrap #content img {
	border: thin solid #000000;
}
#wrap #content .gutter ul {
	list-style-type: circle;
	list-style-position: outside;
}
#wrap #content .gutter li {
	list-style-type: square;
}
