/*
<!-- |.. Date: 2/24/2009 ...................................................| -->
<!-- |.. Web Design by: ModernDignity.com ..................................| -->
<!-- |.. Author: Austin Maddox .............................................| -->
<!-- |.. Email: support@moderndignity.com ..................................| -->
<!-- |======================================================================| -->
<!-- |.. http://www.moderndignity.com ......................................| -->
<!-- |.. Modern conceptualization, Dignified delivery ......................| -->
<!-- |.. Boise, Idaho, Web Development and Programming .....................| -->
<!-- |======================================================================| -->
<!-- |.. Copyright(C) 2009, All rights reserved. ...........................| -->
*/

body {
margin:0;
background-color:#453734;
font-family:"Trebuchet MS", Tahoma;
font-size:11px;	
color:#ffffff;
}

a {
color:#ffd700;
}

a:hover {
color:#ffde00;
}

img {
margin:0;
border:none;
}

h4 {
margin:0;
font-size:16px;
}

.bodyWrap {
margin-top:20px;
margin-bottom:20px;
text-align:center;
}

.wrap {
margin:0 auto;
width:700px;
}

.center {
margin:0 auto;
}

.left_align {
text-align:left;
}

.left_float {
padding:2px;
float:left;
}

.insideWrap {
margin:0;
/*height:333px;*/
height:420px;
background:url(images/poster_cm-and-the-sg.png);
background-repeat:no-repeat;
background-position:bottom;
}

.spacer {
margin:0;
padding:0;
}

.notice {
margin:0 auto;
padding:5px;
width:350px;
background-color:#453734;
border:solid #666 1px;
}

.content {
margin:0 auto;
padding:5px;
width:340px;
font-size:13px;
font-weight:bold;
}

.footer {
margin:10px auto;
padding:2px;
width:600px;
border-top:solid #666 1px;
}

#floatmenu {
    overflow: hidden;
    width: 100%;
    position: fixed;
	bottom: 0;
    left: 0;
	padding: 2px 8px;
/*	padding: top&bottom right&left;*/
	background-color:#000;
	border-top: 1px solid #666;
	text-align: center;
}

