body {
	margin: 0px;
	background-color: #648CA5;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
}
body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #6B6B6B;
	text-decoration: none;
}

a {
	color:#506c7a;
	}
.wrapper {
	margin:0 auto;
	padding:17px 0;
	width:780px;
	background-color: #5C7F96;
	background-image: url(images/bg_dark.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.int {
	width:738px;
	border:solid 5px #DCDDDE;	
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
}
.top {
	width:100%;
	height:306px;
	background-color:#99d6f1;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position:top left;
}
.profile {
	float:left;
	width:356px;
	height:155px;
	margin-top:95px;
	padding:40px 10px 0px 0px;
	background-image:url(images/profile.png);
	background-repeat: no-repeat;
	color: #004677;
	text-decoration: none;
	line-height: 16px;
}
.profile img{
	float:left;
}
.profile p {
	margin:4px 0 0 26px;
	width:250px;
}

.profile li{
	list-style-type:square;
	margin-left:40px;
}

.logo {
	float:right;
	margin-right:20px;
}
.curve {
	width:100%;
	height:37px;
	background-image:url(images/black_curve.jpg);
	background-position:bottom;
	}
.content {
	width:690px;
	height:370px;
	padding:30px 5px 30px 40px;
}
.content li {
list-style-type:square;
}
.left {
	float:left;
	width:40%;
	margin-right:5%;
	background-image:url(images/brushstroke.png);
	background-repeat:no-repeat;
}
.right {
	float:left;
	text-align:left;
	width:55%;
	margin:0;
	padding:0;
	}
.gallery {
	width:100%;
	margin-top:52px;
	}
.gallery ul {
	margin:0;
	padding:0;
	}
.gallery li {
	display: inline;
	list-style-type: none;
	margin:0 5px 0 0;	}
	
.gallery img {
	width:22%;
}
.logos {
	width:100%;
	margin-top:15px;
	}
.logos ul {
	margin:0;
	padding:0;
	}
.logos li {
	display: inline;
	list-style-type: none;
	margin:0 10px 0 0;	}

p.smaller {
	width:600px;
	font-size:85%;}
	
.footer {
	width:100%;
	height:20px;
	padding-top:5px;
	font-size:10px;
	background-color:#f0f2f3;
	color: #9C9B9B;
	text-decoration: none;
}

.title {
	font-size:22px;
	line-height:1.5em;
	color:#506c7a;
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
}

.hoverbox a {
	cursor: default;
}

.hoverbox a .preview {
	display: none;
}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview {
	border-color: #000;
	width: auto;
	height: 200px;
}