html, body
{
	padding: 0px;
	background-color: #1c1c1c;
	margin: 0px;
	font: tahoma;
	color: #cccccc;
	font-size: small;
}

img {
	border: 0; 
}

a
{
	font: tahoma;
	text-decoration: none;
	font-size: none;
	font-weight: bold;
	color: none;
}

a:link
{
	color: #cccccc;
}

a:visited
{
	color: #666666;
}

a:hover
{
	color: #33aacc;
}

a:active
{
	color: #33aacc;
}


#container
{
	margin-top: 50px;
}

#logo
{
	padding-top: 10px;
	/*background-image: url("images/name.png");
	background-position: ;
	background-repeat: no-repeat;*/
	background-color:#111111;
	width: 370px;
	height: 90px;
}

#menuLeft
{
	background-color: #111111;
	width: 370px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	margin-right: 0px;
	list-style-type: none;
	text-align: right; 
}

#menuLeft li
{
	padding-right: 10px;
}

#leftColumn
{
	float: left;
	margin-right: 15px;
}

#content
{
	padding: 0px;
	background-color: #1c1c1c;
	text-align: left;
	float: left;
	font-family: tahoma;
	color: #cccccc;
	font-size: 13px;
	width: 360px;
}

#quote
{
	text-align: center;
	font-family: tahoma;
	color: #ffffff;
	font-size: 13px;
}

#quoter
{
	text-align: right;
	font-family: tahoma;
	color: #ffffff;
	font-size: 13px;
}

#title
{
	text-align: left;
	font-family: tahoma;
	font-weight: bold;
	color: #cccccc;
	font-size: 13px;
}

#signature
{
	text-align: right;
	font-family: tahoma;
	font-weight: bold;
	color: #cccccc;
	font-size: 13px;
}
