body {
	background: #262C32 url(img/bgtile.jpg) repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: white;
}

* {
	margin-top: 0px;
	padding: 0px;
}

#header {
	width: 715px;
	overflow: hidden;
	margin: 121px auto 20px auto;
}

#fltitle {
	font-size: 30pt;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #BDE701;
}

#perfectionism {
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;	
	color: #F1F1EA;
	border-bottom: 1px solid #FF1153;
}

#container {
	width: 715px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#sidebar {
	width: 200px;
	margin-right: 15px;
	float: left;
}

#content {
	width: 500px;
	float: left;	
}

#footer {
	width: 715px;
	margin: 0 auto 0 auto;
	color: #ffffff;
	font-weight: bold;	
	font-size: 8pt;
	border-left: 4px solid #FF1153;
	border-right: 4px solid #BDE701;
	background: #33393F;
	padding-top: 5px;
	padding-bottom: 5px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;	
}

.center {
	text-align: center;
	margin: 0 auto 0 auto;
}

.sidebarbutton {
	background-color: #FF1153;
}

img {
	border: none;
}

a.newwin {
	background: url(img/icon_world.gif) no-repeat;
	padding-right: 16px;
	background-position: center right;
}

ul {
	list-style: none;
	margin-left: 20px;
}

ul li {
	background: url(img/bullet.gif) no-repeat;
	background-position: center left;
	padding-left: 21px;
}

h1, h2, h3 {
	border-bottom: 1px dotted #BDE701;
	color: white;
	text-transform: uppercase;
	font-style: italic;
}

h1 {
	font-size: 20pt;
}

h1:first-letter, h2:first-letter, h3:first-letter {
	color: #FF1153;	
	font-style: normal;
}

h2 {
	font-size: 16pt;	
}

h3 {
	font-size: 12pt;	
}

#sidebar h1 {
	font-size: 14pt;
}

blockquote {
	background: #33393F;
	padding: 10px;
	border-right: 4px solid #BDE701;
	border-left: 4px solid #FF1153;	
}

textarea, select, input {
	background: #33393F;
	border: 1px dotted #F1F1EA;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
	color: white;
}

a {
	color: #FF1153;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #BDE701;
}
a:hover {
	color: #FF1153;
	text-decoration: none;
}
