/* == jjjstarr.com design by Monzilla Media @ http://monzilla.biz/ == */

html, body {
	height: 100%;
}
body {
	background: #8E0A0E url(../images/bg.gif) repeat 0 0;
	font-family: Georgia, serif;
	color: #333;
	padding: 0;
	margin: 0;
	}
#frame {
	margin: 0 auto -70px auto; /* negative value of footer height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
	#header {
		padding: 25px 100px;
		color: #fff;
		}
	#wrap {
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-moz-border-radius: 10px;
		border-radius: 10px;
		background: #fefefe;
		overflow: hidden;
		text-align: left; 
		padding: 25px 0;
		margin: 0 auto;
		width: 940px;
		}
		#sitelogin {
			margin: 25px;
			}
		#message {
			margin-left: 25px;
			float: left;
			clear: none;
			width: 322px;
			}
		#content {
			margin-right: 20px;
			float: right;
			clear: none;
			width: 555px;
			}
			#content a {
				display: block;
				float: left;
				clear: none;
				margin: 3px;
				}
				#content a img {
					display: block;
					}
#footer {
	text-align: center;
	height: 70px;
	clear: both;
	}
	#push { height: 70px; /* #push = #footer */ }
	#footer p {
		padding: 20px 0 0 0;
		color: #fff;
		margin: 0;
		}
h1 {
	font-style: italic;
	padding: 0;
	margin: 0;
	}
h2 {
	font-weight: lighter;
	margin-left: 100px;
	font-size: 20px;
	}
p {
	line-height: 1.5;
	}
ul {
	padding-left: 0;
	margin-left: 25px;
	}
	li {
		margin: 10px 0 10px 0;
		}
small {
	font-size: 70%;
	}
a:link, a:visited {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	}
a:hover, a:active {
	border-bottom: 3px solid #fff;
	text-decoration: none;
	color: #fff;
	}
#wrap a:link, #wrap a:visited {
	border-bottom: 1px solid #8E0A0E;
	text-decoration: none;
	color: #8E0A0E;
	}
#wrap a:hover, #wrap a:active {
	border-bottom: 3px solid #8E0A0E;
	text-decoration: none;
	color: #8E0A0E;
	}
#content a:link, #content a:visited, 
#content a:hover, #content a:active {
	border-bottom: none;
	}
#content a:link img, #content a:visited img, 
#content a:hover img, #content a:active img {
	border-color: #8E0A0E;
	}
.hidden {
	display: none;
	}

/* == ALL YOUR CODE ARE BELONG TO POETRY == */