/* Set some global attributes */

body {
	font-family: Verdana, Helvetica, san-serif;
	margin: 0px;
	padding: 0px; 
    background-color: #4C4C4C;
}

p {
	font-size: 10px;
	color: #4C4C4C;
}

a:link, a:visited, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3C2A5A;
}

a:hover {
	text-decoration: underline;
}

a.stdlink {
	color: #3C2A5A;
}

/* Get rid of default spacing to allow easy customization */

p, h1, h2, h3, h4, h5, ul, ol, li, form { margin:0px; }

/* Lose the image link outline */

img { border-style: none; }

div#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}


div#contentWrapper {
	width: 700px;
	height: 700px;
	background: url(images/backdrop.jpg) no-repeat top;	
	margin-top: 20px;
	padding: 0;
	border-right: 1px solid #4C4C4C; 
	border-top: 1px solid #4C4C4C; 
	border-bottom: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
}

/* NAVIGATION */

img#nameplate {
	position: absolute;
	padding: 0px;
	margin: 0px;
}

img#nav_about {
	position: absolute;
	margin-top: 18px; 
	margin-left: 541px;
}

img#nav_rep {
	position: absolute;
	margin-top: 54px; 
	margin-left: 541px;
}

img#nav_contact {
	position: absolute;
	margin-top: 90px; 
	margin-left: 541px;
}

/* ---------- Page Area Specifications ----------- */

/* ABOUT CONTENT */

img#graphic_about {
	position: absolute;
	margin-top: 101px;
	margin-left: 350px;
}

p#text_about {
	position: absolute;
	margin-top: 353px;
	margin-left: 28px;
	height: 250px;
	width: 320px;
	line-height: 18px;
	text-align: justify;
}

/* REP CONTENT */

img#graphic_rep {
	position: absolute;
	margin-top: 113px;
	margin-left: 114px;
}

p#text_rep {
	position: absolute;
	margin-top: 353px;
	margin-left: 354px;
	height: 250px;
	width: 320px;
	line-height: 18px;
	text-align: justify;
}

/* CONTACT CONTENT */

img#graphic_contact {
	position: absolute;
	margin-top: 349px;
	margin-left: 350px;
}

p#text_contact {
	position: absolute;
	margin-top: 317px;
	margin-left: 173px;
	height: 20px;
	width: 180px;
	line-height: 18px;
	text-align: justify;
}

