@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-position: center;
	font-family: trebuchet ms, helvetica, geneva, arial, sans-serif;
	margin: 0;
}

/* hr {
	border-color: 000000;
	border: 1px solid;
	border-width: 1px 0 0 0;
	border-collapse: collapse;
	clear: both;
} */

#divider {
	background-image:url(../images/divider.gif);
	background-repeat:repeat-x;
	height:2px;
	width:100%;	
}

h1 {
	font-size: 26px;
	font-color: #333333;
	font-weight: bold;
	line-height: 26px;
	padding: 5px 5px 0px 10px;
	text-align:left;
}	

h2 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: none;
	line-height: 16px;
	padding: 5px 5px 0px 10px;
	text-align: left;
	background-color:#000000;
}	

h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: none;
	line-height: 8px;
	padding: 5px 5px 0px 10px;
	text-align: left;
	background-color:#999999;
}		

h4 {
	margin: 10px 0;
	font-size: 1.2em;
	color: #777;
	line-height: 1.2em;
	text-align: left;
}	

h5 {
	margin: 10px 0;
	font-size: 12px;
	color: #000;
	line-height: 1.2em;
	text-align: center;
}

p {
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	line-height: 13px;
	color:#000000;
	text-align: justify;
	background-color: rgba(255,255,255,0.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

b {
	font-size: 12px;
	font-weight:bolder;
}

ul, li {
	list-style:none;
	text-indent: 0px;
	text-align: left;
	padding: 0 0 0px 0;
	font-size: 12px;
	line-height: 16px;
}

ol li {
	padding: 0 15px 0px 0;
}

/* CLASSES */

.roundcorners {
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

/* DIV ATTRIBUTES */

#main {
	width: 880px;
	height:100%;
	padding:10px;
	text-align: center;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position:top;
	vertical-align:middle;
	width:100%;
	height:2125px;
	overflow:hidden;
}

#content {
	position:relative;
	text-align: left;
	top:460px;
	background: rgba(0,255,255,0.4);
	width:520px;
	height:350px;
	float:left;
	font-size: 13px;
	line-height: 20px;
	font-color:#000000;
	margin: 25,25,25,25;
}

#contact {
	position:relative;
	text-align: left;
	top:460px;
	background: rgba(0,255,255,0.4);
	width:320px;
	height:350px;
	float:left;
	font-size: 13px;
	line-height: 20px;
	font-color:#000000;
	margin: 25,25,25,25;
}

#graphics {
	position:relative;
	top:460px;
	background: rgba(255,0,0,0.4);
	width:200px;
	height:1550px;
	float:left;
}

#web {
	position:relative;
	top:460px;
	background: rgba(0,255,0,0.4);
	width:200px;
	height:1550px;
	float:left;
}

#illustration {
	position:relative;
	top:460px;
	background: rgba(0,0,255,0.4);
	width:200px;
	height:1550px;
	float:left;
}

#about {
	position:relative;
	top:460px;
	background: rgba(0,255,255,0.4);
	width:200px;
	height:1550px;
	float:left;
}

#footer {
	position:relative;
	vertical-align:middle;
	top:470px;
	background: rgba(0,255,255,0.4);
	width:860px;
	height:16px;
	float:left;
	font-size: 11px;
	line-height: 13px;
	font-color:#000000;
}

#footer a:link {
	text-decoration: underline;
	color: #333333;
	font-size: 11px;
}

#footer a:visited {
	text-decoration: underline;
	color: #333333;
	font-size: 11px;
}

#footer a:hover {
	text-decoration: none;
	color: #668e8;
	font-size: 11px;
}

#breadcrumbs a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#breadcrumbs a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #668e38;
}

#breadcrumbs {
	font-size: 12px;
	line-height: 15px;
	padding: 0px 15px 0px 15px;
}

#breadcrumbs a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#breadcrumbs a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #668e38;
}

/*LINKS*/

a:link, a:visited {
	text-decoration: underline;
	color: #333333;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFF00;
	font-size: 11px;
}