@charset "utf-8";

/*---- CSS RESET ----*/
html, body, div, span,
h1, h2, h3, h4, 
font, p, blockquote,
em, strong,  
a, img, form, caption, 
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
	outline: 0;
}
a img, :link img, :visited img {
	border: 0;
	outline: 0;
}

/*------ Page Layout ------*/
body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	background-image: url(images/gradient2.jpg);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; /* centers the wrapper in IE 5. The text is then set to the left aligned default in the #wrapper */
}
.layout #container { 
	margin: 0 auto;
	width: 800px;
	height: 1850px;
	border: 2px solid #000000;
	background: #FFFFFF;
	text-align: left; /* overrides the text-align: center on the body element */
}
.layout #wrapper { 
	margin: 0 auto;
	width: 800px;  
	height: 800px; 
	border: 2px solid #000000;
	background: #FFFFFF;
	text-align: left; /* overrides the text-align: center on the body element */
}
.layout #header {
	float: left;
	background: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 800px; 
	height: 216px;
	margin-top: -16px;
}
.layout #content { 
	margin: 0 auto; 
	width: 800px;  
	height: 510px;
	margin-top: 200px;
	text-align: left; /* overrides the text-align: center on the body element */
}
.layout #mainLeft { 
	position: absolute;
	width: 230px;
	padding: 10px 10px 20px 0;
}
.layout #mainCentre {
	position: absolute;
	margin-left: 250px;
	width: 440px;
	padding: 20px 30px 20px 80px;
}  
.layout #insert {
	margin-top: 30px;  
	width: 235px;
	height: 350px;
	background-image: url(images/monitor.jpg);
	background-repeat: no-repeat;
}  
.layout #insertLeft {
	float: left; 
	width: 200px;
	padding-left: 10px;
}   
.layout #insertRight {
	float: right; 
	width: 200px;
	padding-right: 10px;
}  
.layout #photogallery {
	height: 400px;
	margin-top: 50px;
	margin-left: 175px;
}    
.layout #scrapbook {
	height: 500px;
	margin-left: 55px;
}   
.layout #footer {
	width: 764px;
	height: 90px;
}
.fltrt { /* float an element to the right. The floated element must precede the element it should be next to on the page */
	float: right;
	margin-right: 10px;
}
.fltlft { /* float an element to the left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------ Navigation ------*/
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.menu {
	float: left;
	list-style-type: none;
	width: 160px;
	margin-bottom: 2px;
}
.menu ul {
	padding: 1px;
	background: #000000 url(images/menu.gif) center center repeat-x;
}
.menu li a {
	width: 160px;
	padding: 4px 0 2px 30px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.menu li a:visited, .menu li a:active {
	color: #FFFFFF;
}
.menu li a:hover {
	color: #FFFFFF;
	background-image: url(images/hover.gif);
}

/*------ Portfolio ------*/
.slider_cu3er { 
	width: 420px;
	margin: 0; 
	padding: 0;
}
#cu3er-container { 
	width: 430px; 
	outline: 0; 
	height: 440px;
}

/*------ Content Form ------*/
input { 
	background-color: #CCCCFF;
}
textarea { 
	background-color: #CCCCFF;
	margin-bottom: 15px;
}

/*---- Text ----*/
h1,h2,h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
}
h1 {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 15px;
}
h2 {
	font-size: 16px;
	padding: 10px 0;
}
h3 {
	font-size: 14px;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
ul {
	margin: 0;
}
li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 5px;
}
.comment {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.form {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sitemap h2,a {
	text-decoration: none;
}

