body {
	background: #000000;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #A4B8C8;
}

* {
	margin: 0;
	padding: 0;
}

/********************************BASIC INFORMATION************************************/

.container {
	display: table; 
	margin: auto;
	text-align: center;
	width: 401px;
	margin-top: 50px;
}

#center {
	display: block;
	margin: auto;
}

.title {
	margin-top: 3px;
}

/****************************WORKS***************************/

#works {
	margin: auto;
	width: 401px;
	text-align: left;
}

#works table tr#top td {
	background: url('images/table_top_bg.gif') repeat-x;
	height: 25px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	border-right: 1px solid #000000;
	border-left: 0;
	border-top: 1px solid #000000;
	border-bottom: 0;
}

#works table tr#content td {
	background: url('images/table_td_bg.gif') repeat-x;
	height: 81px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	border-right: 1px solid #000000;
	border-left: 0;
	border-top: 2px solid #000000;
	border-bottom: 0;
	margin: 0;
}

#works table tr#content td h1 {
	font-weight: normal;
}

#works table tr#content td h3 {
	color: #293e4f;
	font-weight: normal;
	line-height: 30px;
}

#works table tr#content td img {
	vertical-align: top;
	height: 57px;
	width: 80px;
}

#works table tr#content td#description {
	line-height: 20px;
	padding-right: 5px;
}

/************************** ABOUT ME *************************/

#aboutme {
	margin: auto;
	width: 401px;
	text-align: left;
}

#aboutme p {
	background: #0c1f2f url('images/table_td_bg.gif') repeat-x bottom left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 20px;
	padding-bottom: 20px;
}

#aboutme p span {
padding-left: 10px;
}

.menuContent {
	width: 401px;
}

a {
color: #A4B8C8;
text-decoration: underline;
}

a:hover {
color: #ffffff;
}