body {
		margin:0;
		padding:;
		font-family: Arial, Helvetica, sans-serif;
		background: #e6faff;
}

#wrapper {
		margin: 0 auto;
		width: 818px;
}

#header-img {
		background: url(images/top-header.jpg);
		width: 818px;
		height: 317px;
}

#menu {
		position: relative;
		top: 225px;
		left: 270px;
}

#menu ul {
		margin:0;
		padding:0;
		list-style: none;
}

#menu ul li {
		display: inline;
}

#menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
		margin-left: 20px;
		font-weight: bold;
}

#content {
		width: 712px;
		background: #00ccff url(images/main-bg.jpg) 0px 20px;
		margin-left: 65px;
}

#content .portfolio {
		margin:0;
		padding:0;
		background:  url(images/portfolio.png) no-repeat;
		margin: 0 auto;
		height: 55px;
		width: 380px;
		border: none;
}

#content h2 {
		width: 50%;
		font-size: 20px;
		border-bottom: 2px solid #060;
		margin-left: 30px;
		padding: 10px;
}

#content .page {
		padding: 20px;
}

#content .box {
		width: 250px;
		float: left;
		margin-top: 25px;
		margin-left: 30px;
		margin-right: 25px;
		margin-bottom: 10px;
		background: FFFFFF;
		padding: 15px;
}

#content .box img {
		border: 4px solid #00ccff;
}

#content .box img:hover {
		border: 4px solid #060;
}


#content .info {
		background: transparent url(images/info.gif) no-repeat;
		font-size: 14px;
		padding: 5px;
		margin: 10px;
		line-height: 25px;
		position: relative;
		border: 2px solid #00ccff;
		bottom: 25px;
		color: #000000;
		text-align: center;
		overflow: auto;
}

#footer {
		clear: both;
		width: 712px;
		background: #00ccff url(images/footer.gif) bottom no-repeat;
		color: #000000;
}

#footer p {
		padding:15px;
		font-size: 13px;
}

#preview {
		position:absolute;
		border:1px solid #ccc;
		background:#333;
		padding:5px;
		display:none;
		color:#fff;
	}
	
#tooltip {
		position:absolute;
		border:1px solid #333;
		background:#f7f5d1;
		padding:2px 5px;
		color:#333;
		display:none;
}
