/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(http://wyrd.funnyname.net/backgroundImg4.png) no-repeat 0 0 #333333;
}
#wrapper
{
	margin:0 auto;
	width:900px;
	text-align: left;
	background-color: #000;
	background: url(http://wyrd.funnyname.net/backgroundImg3.png) repeat-y 0 0;
	min-height: 1000px;
}
div#header
{
	height: 99px;
	width: 900px;
}
div#header h1
{
	color: #f00;
	font-size: 12px;
}

div#logo
{
	background:url(http://wyrd.funnyname.net/logo2.png) no-repeat 15px 10px;
	width: 215px;
	height: 115px;
	float: left;
}
div#title
{
	background: url(http://wyrd.funnyname.net/title2.png) no-repeat 0 32px;
	height: 99px;
	width: 420px;
	position: relative;
	left: 225px;
}
div#title h1
{
	padding-top: 60px;
	padding-left: 10px;
}

div#leftSideBar
{
	float: left;
	width: 215px;
	height: 800px;
	font-size: 15px;
}
ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 20px;
}

ul#leftLinks a:link, a:hover, a:visited
{
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
ul#leftLinks li
{
	padding: 10px;
}
ul#leftLinks li:hover, li.current
{
	background-color: #300;
	cursor: pointer;
	background: url(http://wyrd.funnyname.net/listImg.png) repeat-y 0 0;
}

div#main
{
	padding: 10px 20px;
	margin: 0px 20px 20px 10px;
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
}
div#main h1
{
	color: #bbb;
	font-size: 30px;
}
#main p
{
	color: #999999;
}

#main p.redText
{
	color: #c00;
}

div#rightSideBar
{
	float: right;
	width: 215px;
	height: 800px;
	position: relative;
	bottom: 30px;
}
div#rightSideBar ul#socialLogos
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 30px;
}
ul#socialLogos li
{
	width: 25px;
	height: 25px;
	float: left;
	padding: 0 10px;
}
a img
{
	border: none;
}

div#poll
{
	position: relative;
	right: 79px;
	top: 14px;
}

div#sunnieMakeup p
{
	font-size: 40px;
	color:#FF3399;
	text-align: center;
}
