body {
	background-color: #b1cfe9;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-top: 0;
	margin-bottom: -10px;
}

body a:link {
	color:#55738f;
}

body a:hover {
	color:#2f3f4e; 
}

body a:visited {
	color: #000000;
}

body img {
	border-color: #55738f;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #55738f;
	font-variant: small-caps;
	margin: 3px 0 0 0;
}

h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #55738f;
	margin: 3px 0 0 0;
}

div.hr {
  height: 2px;
  background: #55738f no-repeat scroll center;
}

div.hr hr {
  display: none;
}

.style1 {
	font-size: 14px;
	color: #55738f;
	font-variant: small-caps;
}

#header ul {
	float:left;
	width: 900px;
	/*padding: 12px 0 0 30px;*/
	margin: 24px 0 0 20px;
	list-style-type: none;
}

#header a {
	float:left;
	text-decoration:none;
	font-variant: small-caps;
	color:white;
	padding: 10px 20px;
}

#header a:hover {
	text-decoration: underline;
	border: 1;
}

#header li {
	display:inline;
	text-align: left;
	font-size: 20px;
	list-style-type: disc;
}

#master {
	width: 1041px;
	margin: 0px auto -10px auto;
	padding-top: 336px;
	position: relative;
}

#container {
	background: url('../images/topbg.png');
	background-position: top center;
	background-repeat: no-repeat;
	/*float: left;*/
	width: 1041px;
	/*border-left: 3px solid #56738e;
	border-right: 3px solid #56738e;*/
	margin: auto;
}

#header {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 1041px;
	height: 90px;
	background-position: center center;
}

#content_container {
	background: url('../images/innerbg.png');
	background-repeat: repeat-y;
	background-position: center center;
	width: 1041px;
}

#content {
	background-color: #ffffff;
	float: left;
	width: 600px;
	padding: 0 0 0 0;
	margin: 20px 0 0 40px;
}

#sidebar {
	background-image: url('../images/title_new.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	width: 200px;
	padding: 50px 20px 50px 100px;
	margin: 20px 40px 0 0;
	background-color: #ffffff;
}

#footer {
	/*background-color: #ffffff;
	border-left: 3px solid #56738e;
	border-right: 3px solid #56738e;*/
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 11px;
	text-align: center;
	line-height: 120%;
	width: 994px;
	margin: 20px 0 10px 20px;
	padding: 0 0 10px 0;
}

/*PORTFOLIO*/
div.screen {
	background-color: #55738f;
	padding: 8px;
	float: left;
	width: 240px;
	/*margin-bottom: 10px;*/	
}

div.screen img {
	border: 0px;
}

div.screen:hover {
	background-color: #2f3f4e;
	border: none;
}

div.screen_small {
	background-color: #55738f;
	padding: 8px;
	float: left;
	width: 120px;
	margin-bottom: 10px;
}

div.screen_small img {
	border: 0px;
}

div.screen_small:hover {
	background-color: #2f3f4e;
	border: none;
}

.work {
	float: left;
	/*margin: 0 20px 30px 0;*/
	margin: 5px 5px 5px 20px;
}

.work h4 {
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: -1px;
}

.work h4 a:link, .work h4 a:visited, .work h4 a:active {
	color: #2f3f4e;
}

.work h4 a:hover {
	color: #55738f;
	text-decoration: none;
}

.clearb {
	clear: both;
}