/**
 * Style sheet basic
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#101010;
}

#wrapper
{
	margin-top:30px;
	margin-bottom:10px;
	padding:0px;
	background-color:#222;
	border:1px solid #4d4543;
}

#header
{
	height:60px;
	background-color:#fafafa;
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #4d4543;
}

#left
{
	margin:0px;
	padding:0px;
}

#bread
{
	width:170px;
	height:50px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	padding:5px;
	background-color:#2d2425;
	border:1px solid #4d4543;
}

#random
{
	width:180px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	border:1px solid #4d4543;
}

#main
{
	padding:10px;
	background-color:#4d4543;
	border-right:1px solid #4d4543;
	border-left:1px solid #4d4543;
}

#footer
{
	height:50px;
	background-color:#303030;
	background-position:center center;
	background-repeat:no-repeat;
}

.ce_text,
.ce_list
{
	line-height:15px;
}

.ce_img
{
	margin-right:8px;
	margin-bottom:8px;
	border:1px solid #cccccc;
}

a,
body,
div,
em,
input,
label,
li,
ol,
select,
strong,
td,
th,
textarea,
u,
ul
{
	font-family:'Lucida Grande', 'Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular', Arial, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:12px;
	letter-spacing: 0.10em;
}

img
{
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:5px 0px;
	font-family:'Lucida Grande', Arial, sans-serif;
	font-size:10pt;
	line-height:11pt;
	letter-spacing: 0.2em
}

h2
{
	width:780px;
	margin:5px 0px;
	padding-top:5px;
	border-top:1px dotted #222;
	font-family:'Lucida Grande', Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:10pt;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

a
{
	font-weight:bold;
	text-decoration:none;
	color:#000033;
	letter-spacing: 0.2em;
}

a:hover
{
	text-decoration:none;
	color:#eee;
}

#mailform
{
	margin-top:10px;
	padding:10px;
	background-color:#2d2425;
	border:1px dotted #cccccc;
}

.ce_form .textarea
{
	margin-bottom:10px;
	margin-left:10px;
	font-family:'Lucida Grande', Arial, sans-serif;
	font-size:13px;
	color:#222;
	line-height:14px;
}

.ce_form .text
{
	margin-bottom:10px;
	margin-left:10px;
	font-family:'Lucida Grande', Arial, sans-serif;
	font-size:13px;
	color:#222;
	line-height:14px;
}

.ce_form .submit
{
	margin-left:10px;
	font-family:'Lucida Grande', Arial, sans-serif;
	font-size:13px;
	color:#222;
	line-height:14px;
}
