body { /*background: rgb(103,152,167);
        background: rgb(18,55,77);
    */
	background: black;
	font-family: arial, verdana;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	margin-top: 0px;
}

a {
	color: #256c8e;
}

img {
	border: none;
}

h3 {
	margin-left: 10px;
}

a:hover {
	text-decoration: underline;
}

#projects {
	margin-top: 30px;
}

#container {
	width: 741px;
	background: url(../img/header.jpg) no-repeat right top;
	padding-top: 8px;
	background-color: black;
	margin: 0 auto;
}

#header {
	height: 305px;
}

#title {
	clear: both;
	margin-top: 20px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: white;
	padding-left: 16px;
}

#title h1 {
	font-size: 31px;
	line-height: 30px;
	color: #fff;
	font-family: Georgia, 'Times New Roman', times, serif;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#title h2 {
	font-size: 23px;
	color: #256c8e;
	margin-top: 22px;
	margin-bottom: 0px;
}

#left {
	width: 480px;
	padding-left: 20px;
	float: left;
	/*border: solid 1px white;*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: white;
}

#left h2 {
	margin-top: 0px;
	letter-spacing: 2px;
	font-size: 20px;
	margin-left: 10px;
}

#left p {
	font-size: 14px;
	letter-spacing: 1px;
}

#rightMenu {
	width: 200px;
	height: 200px;
	/*border: solid 1px white;*/
	float: right;
}

#clearing {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer { /*border: solid 1px white;*/
	
}

#footer p {
	text-align: center;
}

#topMenu {
	margin-top: 0px;
}

#topMenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 30px;
}

#topMenu ul li {
	display: block;
	float: left;
	margin-right: 35px;
	padding: 0;
}

#topMenu ul li a {
	text-decoration: none;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#topMenu ul li a:hover,#menu ul li a.active {
	color: White;
}

#rightMenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#rightMenu ul li {
	margin-bottom: 10px;
}

#rightMenu ul li a {
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#rightMenu h2 {
	margin-left: 67px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#picture {
	width: 264px;
	height: 139px;
	margin-left: 20px;
	margin-top: 20px;
}

#sendEmailForm form {
	clear: both;
	margin-left: 20px;
	padding: 0;
	width: 300px;
}

#sendEmailForm label {
	display: block;
}

#sendEmailForm .text {
	margin-bottom: 5px;
}

#sendEmailForm .text input,textarea {
	clear: both;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	background-color: #699aab;
	width: 100%;
	border-right-color: #256c8e;
	border-left-color: #256c8e;
	border-bottom-color: #256c8e;
	border-top-color: #256c8e;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
}

#sendEmailForm .submit input {
	
}

#sendEmailForm #flashMessage {
	margin-left: 20px;
}

#language {
	height: 20px;
	float: right;
}

#tools {
	width: 470px;
}

#tools_top {
	background-image: url("../img/tools/top.png");
	background-repeat: no-repeat;
	height: 8px;
}

#tools_content {
	background-image: url("../img/tools/line.png");
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 1px;
	color: black;
}

#tools_content h4{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#tools_content img {
	margin-right: 2px;	
}

#tools_bottom {
	background-image: url("../img/tools/bottom.png");
	background-repeat: no-repeat;
	height: 8px;
}
