@charset "utf-8";
/* CSS Document */



/* layout */

body {
	margin: 0 auto;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#top {
	width: 800px;
	height: 61px;
	background: #0c1b1f;
	background-image: url(../img/top_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#top img {
	float: left;
}

/* menu */
#top ul {
	margin: 0;
	padding: 0;
	margin-right: 0.5em;
	margin-top: 2.8em;
	list-style: none;
	float: right;
}

#top li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu {
	font-size: small;
	color: #FFFFFF;
}

#menu a{
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}

#menu a:hover{
	text-decoration: overline;
}

#menu a:visited{
	font-size: small;
	color: #FFFFFF;
}
/* EOF menu */

/* intro */

div#intro {
	padding: .7em;
	background: #2b454b;
	width: 670px;
	color: #fff;
	font-size: .8em;
}

#intro a{
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}

#intro a:hover{
	text-decoration: overline;
}

#intro a:visited{
	font-size: small;
	color: #FFFFFF;
}

/* content */
div#content {
	width: 746px;
	background: #192e33;
	background-image: url(../img/content_bg.gif);
	background-repeat: no-repeat;
	padding-top: 2.3em;
	padding-left: 3.4em;
}

#content h1 {
	margin: 0;
	margin-bottom: 0.5em;
	color: #FFFFFF;
	font-size: large;
}

div#work {
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	width: 690px;
	background: #2b454b;
	text-align: center;
}

#work h2 {
	margin: 0;
	margin-left: 0.8em;
	font-size: small;
	text-align: left;
	color: #FFFFFF;
}

#work p {
	margin: 0;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: x-small;
	text-align: left;
	color: #FFFFFF;
}

#work a {
	color: #FFFFFF;
}

#work a:visited {
	color: #FFFFFF;
}

.spacer {
	margin: 1.2em;
	display: table;
}

#content hr {
	border: 1px dotted #192E33;
}

/* EOF content */


div#bottom {
	width: 800px;
	height: 30px;
	padding-top: 1em;
	background: #0c1b1f;
	text-align: center;
	color:#FFFFFF;
	font-size: xx-small;
}

/* contact */

div#contact {
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	width: 400px;
	background: #2b454b;
	text-align: center;
}

/* EOF contact */