/* BODY */

body { 
	background-color: #3e4040; 
	background-repeat: repeat-x;
	background-image: url(gfx/background.jpg);
	margin-top: 0; 
	margin-left: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
}


/* LINKS */

A:link { text-decoration: none; color: #cc772f; }
A:visited { text-decoration: none; color: #cc772f; }
A:active { text-decoration: none; color: #cc772f; }
A:hover { text-decoration: none; color: #dbe0e0; }


/* FONTS */

h1, h2 { font-family: Verdana, sans-serif; }
h3, p { font-family: Arial, sans-serif; }
p.menu { font-family: Verdana, sans-serif; }
p.copy { font-family: Verdana, sans-serif; }


/* TEXT PRESETS */

h1 { 
	margin-top: 8; 
	margin-bottom: 8; 
	margin-left: 5; 
	margin-right: 30; 
	font-size: 16; 
	letter-spacing: 3; 
	color: #dbe0e0;
	padding-left: 7;
	border-left: solid; 
	border-left-width: medium; 
	border-color: #556364;
}

h2 { 
	margin-top: 12; 
	margin-bottom: 12; 
	margin-left: 5; 
	margin-right: 30; 
	font-size: 16; 
	letter-spacing: 1; 
	color: #dbe0e0; 
	font-style: italic;
}

h3 { 
	margin-top: 8; 
	margin-bottom: 8; 
	margin-left: 30; 
	margin-right: 30; 
	font-size: 12; 
	letter-spacing: 1; 
	color: #dbe0e0; 
}

p { 	
	margin-top: 15; 
	margin-bottom: 18; 
	margin-left: 30; 
	margin-right: 30;
	font-size: 12; 
	color: #858b8b;
	line-height: 1.5;
}

p.menu {
	margin-top: 12; 
	margin-bottom: 8;
	letter-spacing: 2; 
	font-size: 12; 
	font-weight: bold;
	color: #dbe0e0; 
}

p.copy {
	margin-top: 2; 
	margin-bottom: 2;
	letter-spacing: 2; 
	font-size: 9; 
	color: #858b8b; 
	text-align: center; 
}


/* DIVS */

div.pageheader { 
	border: solid;
    	border-left-width: thick;
    	border-right-width: thick;
    	border-top-width: thin;
    	border-bottom-width: thin;
	border-color: #1c2121;
	width: 800; 
	height: 100;
	background-color: #1c2121; 
	background-image: url(gfx/header.jpg);
	background-repeat: no-repeat;
	text-align: left; 
}

div.header { 
	border: solid;
    	border-left-width: thick;
    	border-right-width: thick;
    	border-top-width: thin;
    	border-bottom-width: thin;
	border-color: #1c2121;
	width: 800; 
	background-color: #1c2121; 
	text-align: left; 
}

div.menu { 
	border: solid;
    	border-left-width: thick;
    	border-right-width: thick;
    	border-top-width: thin;
    	border-bottom-width: thin;
	border-color: #1e1e1e;
	width: 800; 
	background-color: #2a3030; 
	background-image: url(gfx/div_content_bg.jpg);
	background-repeat: no-repeat;
	text-align: center; 
	margin-bottom: 6;
}

div.content { 
	border: solid;
    	border-left-width: thick;
    	border-right-width: thick;
    	border-top-width: thin;
    	border-bottom-width: thin;
	border-color: #1e1e1e; 
	width: 800; 
	background-color: #2a3030; 
	background-image: url(gfx/div_content_bg.jpg);
	background-repeat: no-repeat;
	text-align: left; 
	margin-bottom: 6;
}

/* IMAGE ELEMENTS */

img.portfolio {
	border: solid;
    	border-left-width: thin;
    	border-right-width: thin;
    	border-top-width: thick;
    	border-bottom-width: thick;
	border-color: #1e1e1e; 
	width: 775;
	margin: 4;
}

img.thumb {
	border: solid;
    	border-left-width: thin;
    	border-right-width: thin;
    	border-top-width: thick;
    	border-bottom-width: thick;
	border-color: #1e1e1e; 
	width: 133;
	height: 133;
	margin: 4;
}

/* LISTS*/

ul {
	list-style-type: circle;
	margin-left: 30;
	color: #858b8b;
	font-family: Verdana, sans-serif;
	margin-top: 15; 
	margin-bottom: 18; 
	margin-left: 30; 
	margin-right: 30;
	font-size: 12; 
	line-height: 1.5;
}
