html
{
	margin: 0;
	padding: 0;
}

a:link { 
	color: #959595;
	font-weight:bold;
	text-decoration: none;
}
a:visited { 
	color: #959595;
	font-weight:bold;
	text-decoration: none;
}
a:hover { 
	color: #E1E1E1;
	font-weight:bold;
	text-decoration: none;
}

body
{
	background-color: #111111;
	background-image: url('../images/header-bg.gif');
	background-repeat: repeat-x;
	background-position:top center;
	margin: 0px auto 0px;
	padding: 0px;
}

#site {
	margin-top: 37px;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 0px;
}

#site-index {
	background-image: url('../images/index-background.jpg');
	background-position:top center;
	width:960px;
	height: 1000;
	margin-top: 37px;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 0px;
}



#header {
	width: 960px;
	margin-left: auto;
  	margin-right: auto;
}

#header-image {
	width: 465px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#header-title {
    background-image: url('../images/header-title.jpg'); 
	height: 353px;
	width: 495px;
	float: right;
}



#body {	
	width: 960px;
	margin-left: auto;
  	margin-right: auto;
}

#index-image {
	width: 465px;
	height: 257px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#index-leg {
    background-image: url('../images/index-leg-b.jpg');
	background-repeat: none;
	margin-top: 92px;
	width: 320px;
	height: 257px;
	float: left;
}

#index-18 {
	width: 400px;
	margin-top: 30px;
	margin-left: auto;
  	margin-right: auto;
}

#index-18-no {
	margin: 0px 13px 0px 0px;
	float: left;
}

#index-18-yes {
	margin: 0px 0px 0px 13px;
	float: right;
}

#body-bar {
	float: left;
	width: 295px;
	margin: 0px 15px 0px 10px;
}

#body-main {
	width: 620px;
	float: right;
	margin: 0px 0px 0px 0px;
}

#body-portfolio {
	width: 620px;
	float: right;
	margin: 30px 0px 0px 0px;
}

#links {
	margin: 0px 0px 40px 0px;
}

#links a:link {
	font-family: Verdana;
	font-weight: bold; 
	color: #959595;
	text-decoration: none;
}

#links a:visited {
	font-family: Verdana;
	font-weight: bold; 
	color: #959595;
	text-decoration: none;
}

#links a:hover { 
	font-family: Verdana;
	font-weight: bold; 
	color: #e1e1e1;
	text-decoration: none; 
}

#footer {
	margin-top: 60px;
	margin-bottom: 20px;
	width: 620px;
	float: right;
}

p.footer{
	color: #464646;
	font-family: Verdana;
	font-size: 10px;
}

p.links {
	font-family: Verdana;
	font-size: 14px;
	line-height: 14px;
	color: #959595;
	margin: 10px 0px 0px 0px;
}

p.welcome {
	font-family: Verdana;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #ffffff;
}

p.index {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #ffffff;
}

p.indexbar {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0;
	text-align: justify;
	word-spacing: normal;
	text-decoration: none;
	color: #898989;
}

p.bar {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0;
	text-align: justify;
	word-spacing: normal;
	text-decoration: none;
	color: #898989;
}

p.about {
	font-family: Verdana;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #d7d7d7;
}

.navbar {
  	padding-top: 20px;
	padding-right: 22px;
}

.title {
  	float: left;
	margin: 0px 0px 0px 0px;
}

img.subtitle {

}

div.thumb {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	height: auto;
	width: auto;
	float: left;
}

.thumb img {
	border: 3px solid 000000;
	}

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}


/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
