@charset "utf-8";
body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(assets/worksBack.png);
}
#content h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 159%;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
#nav ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#nav  li {
	display: inline;
}
#nav a:link, #nav a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #999;
	padding-right: 45px;
	padding-left: 45px;
	text-decoration: none;
}
#container {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	margin-bottom: 10px;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(assets/works_bkd.png);
	background-repeat: repeat;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	background-image: url(assets/works_bkd.png);
	background-repeat: repeat;
}
#content p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
	margin-left: 30px;
	margin-top: 50px;
}
.rightImg {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 20px;
}
#nav {
	padding-top: 10px;
	background-color: #333;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	font-size: 105%;
}
#footer h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #000;
	text-decoration: none;
	background-color: #CCC;
}
#footer pre {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
#footer pre a {
	color: #FFF;
}
#content h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	margin-left: 30px;
	color: #FFF;
	margin-right: 30px;
}
#content h2 img {
	margin-left: 20px;
}
#content ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	color: #FFF;
}
#content h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 115%;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
#iframe {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
.border {
	border: 1px solid #CCC;
}
