body { 
	background-color: black; 
	color: #ececec;
	margin: 0;
	padding: 0;
	font-size: 10pt; 
	font-family: Tahoma,arial,helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
p { 
	margin-bottom: 7px;
	margin-top: 0;
}
a { 
	color: #8c5900;
	text-decoration: none;
}
a:hover {
	color: #ececec; 
}
#header {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	margin: 0;
	padding: 0 0 0 0;
	font-weight: normal;
	letter-spacing: .005em;  
	font-size: 20pt;
	font-family: "Lucida Calligraphy",tahoma,arial,helvetica, sans-serif;
}
#header ul { 
	margin: 0; 
	padding-left: 0; 
	height: 44px;
	line-height: 44px;
	display: block;
	background-color: #4D4D4D;
	background-image: url('images/bg_topnav.gif');
	background-repeat: no-repeat;
	list-style-type:none
}
#header li	{
	display: inline;
	background-color: #222222;
	float: right;
}
#header li a {
	 height: 44px;
	 line-height: 44px;
	 display: block;
	 padding-left: 27px;
	 padding-right: 27px;
	 border-left: 1px solid black;
	 float: left;
}
#header li a:hover {
	 background-color: #444444;
	 text-decoration: none;
}
#header .visual { /* home */
	 height:130px;
	 background-image: url('images/DSC_0528.jpg');
	 background-repeat: no-repeat;
	 border-top: 3px solid black;
}
#header .visual2 { /* portfolio */
	 height:130px;
	 background-image: url('images/DSC_0076.jpg');
	 background-repeat: no-repeat;
	 border-top: 3px solid black;
}
#header .visual3 { /* about us */
	 height:130px;
	 background-image: url('images/DSC_0127.jpg');
	 background-repeat: no-repeat;
	 border-top: 3px solid black;
}
#header .visual4 { /* contact */
	 height:130px;
	 background-image: url('images/DSC_0579.jpg');
	 background-repeat: no-repeat;
	 border-top: 3px solid black;
}
#header .visual5 { /* privacy */
	 height:130px;
	 background-image: url('images/DSC_0589.jpg');
	 background-repeat: no-repeat;
	 border-top: 3px solid black;
}
h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	letter-spacing: .005em;  
	font-size: 12pt;
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
}

#content {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
#text {
	 padding: 35px 40px 35px 40px;
	 border-bottom: 1px solid #484848;
	 border-top: 1px solid #484848;
	 background-color: #222222;
}
.bold {
	font-weight: bold;
}
.alert {
	color: red;
}
img.pic {
	border: 0;
}
#text table {
	width: 700px;
	text-align: center;
}	
#footer {
	width:760px;
	margin-top:27px;
	margin-left:auto;
	margin-right:auto;
	border-top: 4px solid #363636;
	text-align: right;
	padding-top: 5px;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	color: #DDDDDD;
}
#footer a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: white;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}
