

html {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: url(http://pgetlitrr.is-the-boss.com/images/bg.gif) #600 repeat-y fixed 50% 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content {
	width: 705px;
	margin: auto;
	clear: both;
	padding: 50px 5px 80px 5px;
	font-size: 75%;
	text-align: left;
	background-color: #ffe;
}

#header {
	margin: auto;
	background: url(http://pgetlitrr.is-the-boss.com/images/blackstripe.gif) #000 repeat-x ;
	color: #fff;
	height: 40px;
	text-align: left;
	width: 100%;
	position: fixed;
}

#header h1 {
	float: left;
	width: 325px;
	margin: 0;
	font-size: 75%;
	padding: 22px 0 0 5px;
}

#header ul {
	float: right;
	width: 425px;
	font-size: 75%;
	text-align: right;
	margin: 0;
	padding: 22px 5px 0 0;
}



#header ul li {
	list-style: none;
	display: inline;
	padding-left: 10px;
}

#footer {
	background: url(http://pgetlitrr.is-the-boss.com/images/blackstripe.gif) #000 repeat-x bottom left;
	color: #fff;
	height: 70px;
	margin: auto;
	margin-bottom: 0;
	float: left;
	text-align: left;
	width: 100%;
	padding: 0;
	padding-top: 2px;
	position: fixed;
	bottom: 0;
}

#footer p {
	float: left;
	width: 400px;
	font-size: 75%;
	padding-bottom: 22px;
	margin: 0;
	padding-left: 5px;
}

#footer ul {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 75%;
	padding-bottom: 22px;
	list-style: none;
	margin: 0;
	padding-right: 5px;
}

#content p {
	text-align: justify;
}

#content p.meta {
	text-align: right;
	margin-top: 5px;
}

h2 {
	margin-top: 5px;
	text-shadow: 5px 5px 3px #cc9;
}

#content a:link, #content a:visited {
	color: #600;
	text-decoration: none;
	border-bottom: 1px #600 dashed;
}

#content a:hover {
	color: #cc9;
	border-bottom: 1px #cc9 solid;
}

#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#header a:hover, #footer a:hover {
	color: #fff;
	border-bottom: 1px #fff dashed;
}

img {
	border: 1px #000 solid;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.wp-smiley {
	border: none;
	display: inline;
}

form {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffc;
	-moz-border-radius: 10px;
	border: 1px #cc9 solid;
	padding: 5px;
}

form textarea, form input[type=text] {
	width: 99%;
	border: 1px #cc9 solid;
	background-color: #ffe;
}

form textarea:focus, form input[type=text]:focus {
	border: 1px #600 solid;
	background-color: #fff;
}

form h3 {
	padding-top: 0px;
	margin-top: 0px;
}

form input[type=submit] {
	margin-left: auto;
	display: block;
}
