/*
	TeamEgo Memorial Website
	CSS Layout by EgoProwler
	Revision 0.2
*/

A:link {color: #CC6600; text-decoration:none}
A:visited {color:#CC6600; text-decoration:none}
A:active {color: #FF0000; text-decoration:none}
A:hover {color:#006600; text-decoration: underline}

html, body { height: 100%; }
h1 {font-size: 20px; }

body {
	background: #FEFEFE url(../images/page-bg.png) repeat-y fixed 50% 0pt;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	margin: 0;
	}

#wrapper { 
	margin: 0pt auto;
	width: 680px;
	min-height: 100%;
	}

#container {
	overflow: auto;
	width: 680px;
	height: 100%;
	}

#header {
	color: #333;
	width: 680px;
	height: 130px;
	background: url(../images/header-bg.png) no-repeat;
	}

#navigation {
	background: url(../images/menu-bg.jpg) no-repeat;
	width: 660px;
	height: 20px;
	padding-left: 20px;
	}

#rightcolumn {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-right: 10px;
	width: 180px;
	float: right;
	}

#rightcolumn2 {
	background-image: url(../images/right-block-mid.png);
	margin-top: 39px;
	width: 180px;
	}

#leftcolumn {
	float: left;
	color: #333;
	line-height: 150%;
	padding: 20px 20px 50px 20px;
	width: 430px;
	}
	.content-image {
		padding: 0px 20px 10px 0px;
	}

div#linterests h3, div#lgamehandles h3, div#lfallen h3, div#lprivacy h3 {
	height: 22px;
	}
div#linterests h3 span, div#lgamehandles h3 span, div#lfallen h3 span, div#lprivacy h3 span {
	display: none;
	}

div#linterests h3 {
	background: transparent url(../images/headline_interests.png) no-repeat;
	}
div#lgamehandles h3 {
	background: transparent url(../images/headline_gamehandles.png) no-repeat;
	}

div#lfallen h3 {
	background: transparent url(../images/headline_fallen.png) no-repeat;
	}

div#lprivacy h3 {
	background: transparent url(../images/headline_privacy.png) no-repeat;
	}

#linterests{
	background-image: url(../images/right-block-top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 30px;
	}

#lfallen {
	background-image: url(../images/right-block-top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 30px;
	}

#lprivacy {
	background-image: url(../images/right-block-top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 30px;
	}
#lgamehandles{
	background-image: url(../images/right-block-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	}
#lend{
	background-image: url(../images/right-block-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	}
#lend span { display: none;}
#lend ul li { list-style-type: none;}
#rightcolumn li {
	list-style-type: square;
	position: relative;
	line-height: 150%;
	}

#lgamehandles li {
	list-style-type: none;
	}
#lgamehandles ul.items {
	position: relative;
	list-style-type: none;
	padding-left: .50em;
	margin-left: .50em;
	}

#footer { 
	width: 680px;
	clear: both;
	color: #999999;
	text-align: center;
	margin: 20px 0px 20px 0px;
	}

.clear {
	clear: both;
	background: none;
	}

/* CSS Form */

#form-container {
	padding: 5px;
	width: 425px;
	}

.fieldset {
	padding: 10px;
	}

legend span {
	display: block;
	font-weight: bold;
	color: #900;
	font-size: 150%;
	padding-bottom: 0.5em;
}

label {
	display: block;
	}
	label span {
	width: 8em;
	margin-left: 2em;
	float: left;
	}

label input, label textarea {
	width: 19em;
	font-family: inherit;
	}

submit {
	font-family: inherit;
	float: right;
	}

/* Guestbook */

.content {
	background: transparent url(images/pen.gif) no-repeat top right;
	}

.guestbook {
	background-color: #F5F5F5 ;
	border-bottom: 3px solid #FFFFFF;
	overflow: hidden;
	}

.guestbook_top {
	background-color:#E9E9E9 ;
	border-bottom: 1px solid #660000;
	}

input, textarea {
	border: solid 1px #333333;
	padding: 5px;
	font: inherit;
	}

td {
	padding: 5px;
	color: #333333;
}