/* Design */
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #FFFFFF;
	margin-top: 50px;
}

#container {
	width: 565px;
	margin:0 auto;
}

#menu {
	float: left;
	width: 80px;
}

#content {
	float: right;
	width: 485px;
	margin-top: 25px;
	margin-bottom:60px;
}

#menu li {
	display: list-item;
    margin: 0;
    padding: 0;
	padding-bottom: 5px;
}

#menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#imagesdead {
	float: right;
	margin-top: 3px;
	margin-bottom: 2px;
	position:relative;
	right: 100px;
	bottom: 15px;
}
#nobullet{
    margin: 0;
    padding: 0;
    list-style: none;
	margin-left:3.50em;
}

#footer {
	width:40px;
	text-align: center;
}

#footer a {
	font-size: .80em;
	color: #666666;
}

img {
	border: none;
}

/* Text */

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

.copyright {
	font-size: .80em;
	color: #666666;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

input {
	background-color:#121212;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:thin;
}

textarea {
	background-color:#121212;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:thin;
}

