body
{
	background-color: #a4a6a6;
	background-image: url('/images/general/main_mid.gif');
	background-repeat:repeat-y;
	padding: 0px;
	border: 0px;
}

#top_line
{
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	width: 100%;
}

#header_img
{
	position: absolute;
	background-image: url('/images/general/header.gif');
	top: 0px;
	left: 0px;
	width: 784px;
	height: 288px;
}

#nav
{
	height: 448px;
	width: 208px;
	position: absolute;
	top: 304px;
	left: 0px;
	cursor: pointer;
}

#videos
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 80px;
	background-image: url('/images/general/videos_up.gif');
}

#videos:hover
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 80px;
	background-image: url('/images/general/videos_over.gif');
}

#videos:active
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 80px;
	background-image: url('/images/general/videos_up.gif');
}

#justin
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 208px;
	height: 128px;
	background-image: url('/images/general/staff_up.gif');
}

#justin:hover
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 208px;
	height: 128px;
	background-image: url('/images/general/staff_over.gif');
}

#justin:active
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 208px;
	height: 128px;
	background-image: url('/images/general/staff_up.gif');
}

#about
{
	position: absolute;
	top: 208px;
	left: 0px;
	width: 208px;
	height: 128px;
	background-image: url('/images/general/about_up.gif');
}

#about:hover
{
	position: absolute;
	top: 208px;
	left: 0px;
	width: 208px;
	height: 128px;
	background-image: url('/images/general/about_over.gif');
}

#about:active
{
	position: absolute;
	top: 208px;
	left: 0px;
	width: 208px;
	height: 128px;
	background-image: url('/images/general/about_up.gif');
}

#blog
{
	position: absolute;
	top: 336px;
	left: 0px;
	width: 208px;
	height: 112px;
	background-image: url('/images/general/blog_up.gif');
}

#blog:hover
{
	position: absolute;
	top: 336px;
	left: 0px;
	width: 208px;
	height: 112px;
	background-image: url('/images/general/blog_over.gif');
}

#blog:active
{
	position: absolute;
	top: 336px;
	left: 0px;
	width: 208px;
	height: 112px;
	background-image: url('/images/general/blog_up.gif');
}

#content
{
	position: absolute;
	width: 480px;
	left: 272px;
	top: 224px;
	padding-bottom: 100px;
	font-family: courier, courier new, monospace;
	font-size: 12px;
}

.user_error
{
	display: block;
	color: #FF3333;
	font-weight: bold;
	padding-left: 20px;
}

#user_panel
{
	position: absolute;
	top: 64px;
	left: 816px;
	width: 84px;
	background-color: #6c6c6c;
}

.user_label
{
	position: relative;
	margin: 1px;
	left: 0px;
	width: 80px;
	background-color: #666666;
	padding: 0px;
	color: #FFFFFF;
	font-family: courier, courier new, monospace;
	font-size: 14px;
	text-align: left;
	padding-left: 2px;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;	
}

.user_option
{
	position: relative;
	margin: 1px;
	left: 0px;
	width: 80px;
	height: 16px;
	background-color: #cccccc;
	padding: 0px;
	color: #333333;
	font-family: courier, courier new, monospace;
	font-size: 14px;
	text-align: left;
	padding-left: 2px;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;	
}

.close_panel
{
	background-image: url('/images/general/close.gif');
	position: absolute;
	width: 8px;
	height: 8px;
	border: #333333 solid 1px;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

#user_login
{
	position: absolute;
	left: 816px;
	top: 80px;
	width: 200px;
	height: 120px;
	background-color: #CCCCCC;
	border: #333333 solid 1px;
	
	visibility: hidden;
}

#login_form
{
	position: absolute;
	width: 190px;
	top: 10px;
	left: 5px;
}

#login_form .inputText
{
	width: 150px;
	margin-left: 5px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	border-style: none;
	height: 20px;
}

#login_form .inputSub
{
	margin-top: 10px;
	margin-left: 115px;
	width: 70px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	border-style: none;
	height: 20px;
	cursor: pointer;
}

#login_form p
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#user_register
{
	position: absolute;
	left: 816px;
	top: 96px;
	width: 300px;
	height: 250px;
	background-color: #CCCCCC;
	border: #333333 solid 1px;
	
	visibility: hidden;
	
	color: #333333;
	font-family: courier, courier new, monospace;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	
}

#amendments
{
	position: absolute;
	top: 272px;
	left: 784px;
	width: 176px;
}

.amendment
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 176px;
	background-image: url('/images/general/amend_mid.gif');
	margin-bottom: 16px;
}

.amendment a:link
{
	display: block;
	width: 96px;
	color: #000000;
	font-family: courier, courier new, monospace;
	font-size: 12px;
	text-decoration: none;
	text-indent: -16px;
	margin-left: 56px;
}

.amendment a:visited
{
	display: block;
	width: 96px;
	color: #000000;
	font-family: courier, courier new, monospace;
	font-size: 12px;
	text-decoration: none;
	text-indent: -16px;
	margin-left: 56px;
	font-style: italic;
}

.amendment a:hover
{
	display: block;
	width: 96px;
	color: #000000;
	font-family: courier, courier new, monospace;
	font-size: 12px;
	text-decoration: underline;
	text-indent: -16px;
	margin-left: 56px;
}

.amendment a:active
{
	display: block;
	width: 96px;
	color: #333333;
	font-family: courier, courier new, monospace;
	font-size: 12px;
	text-decoration: underline;
	text-indent: -16px;
	margin-left: 56px;
}

.amend_end
{
	position: relative;
	top: 8px;
	left: 0px;
	width: 176px;
	height: 32px;
	background-image: url('/images/general/amend_end.gif');
}

#past_posts
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 176px;
	height: 32px;
	background-image: url('/images/general/older_posts.gif');
}

#perma_links
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 176px;
	height: 32px;
	background-image: url('/images/general/perma_links.gif');
}
