#container {
	width: 750px;
	margin: 0 auto;
	font-family: "Comic Sans MS";
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #FFFFFF;
}

#effects{
	width: auto;
}

.stretcher {
	background: #fff;
}
		
h1 {
	font-family: "Comic Sans MS";
	font-weight: normal;
	font-size: 32px;
	color: #FB78E4;
	margin-bottom: 30px;
	background-color: #FBF5EA;
	text-decoration: underline;
}
		
h2 {
	color: #666666;
	font-size: 16px;
	font-family: "Comic Sans MS";
	background-color: #FBF5EA;
	text-decoration: underline;
}
		
a {
	color:#FB78E4;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
	background-color: #FB78E4;
}
		
.button {
	padding: 2px;
}

#header {
	border-bottom: 4px solid #948979;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
		
#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}	

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 140px;
}

#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}

#navigation a:link {
	color:#FB78E4;
	text-decoration: none;
}

#navlist a:visited {
	color: Gray;;
	text-decoration: line-through;;
}
		
#navigation a:hover {
	background: #000000 url(/includes/images/baminyourcuntrecords/index/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#C2EB28;
}

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

#content {
	width: 362px;
	margin-left: 180px;
	margin-right: 200px;
}
		
#content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
}

#sidebar {
	float: right;
	width: 175px;
}
		
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#footer {
	margin-top: 20px;
	clear: both;
	background-color: #FBF5EA;
	padding: 0px 5px 0px 5px;
}
		
#footer p {
	color:#89817f;
	padding: 5px;
}
		
#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}
		
#footer p a:hover {
	color: #FFFFFF;
	background-color:#575352;
}

.alert {
background:#FFF6BF url(/pages/baminyourcuntrecords/assets/images/rainbow.gif) 15px center repeat;
border-top:2px solid #FFD324;
border-bottom:2px solid #FFD324;
margin:10px auto;
padding:5px 20px 5px 45px;
text-align:center;
}