/* @override 
	http://www.elroyonline.com/portfolio/css/style.css */

body, html {
	font: 12px/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #e28381;
	height: 100%;
}

body {
	background-attachment: fixed;
	background-color: #e1e6e1;
	background-image: url("../../images/overlay.png"), url("../../images/bg_e.jpg");
	background-repeat: repeat, repeat-x;
	background-size: 128px 128px, cover;
}

#container {
	line-height: 100%;
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#nav a, #nav a:visited {
	color: #e28381;
	line-height: 24px;
	padding: 10px;
	border: 2px solid #e28381;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #ffffff;
}

#nav a:hover {
	background-color: #f6d7d3;
}

#header {
	text-align: right;
	margin: 0;
	width: 280px;
	padding: 80px 0 0;
	float: left;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h2 {
	margin: 0;
	padding: 0;
}


#contentmain {
	padding: 0;
	float: left;
	margin: 80px 0 0 40px;
	width: 680px;
}

div.boxtitle {
	width: 106px;
	height: 106px;
	border: 2px solid #e28381;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
	clear: left;
	line-height: 24px;
	text-align: right;
	background-color: #ffffff;
}

a.gallink {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	opacity: 0.8;
}

a.gallink:hover {
	opacity: 1;
}

#footer {
	
}