															/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #333333;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		}


																/* >>> CONTAINERS <<< */

div#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	}
div#header {
		margin: 0px 0;
		height:167px;
		}
div#content{
		}
div#center {
			margin: 0px 229px 0px 193px;
			color: inherit;
			background-color: #4E73B4;
			border: solid #eee;
			border-width: 0px 0px 0px 0px;
			}
div#center li {
margin-left:20px;
color:#FFFFFF;
}

div#left {
			float: left;
			width: 183px;
			color: inherit;
			background-color: #4E73B4;
			border: solid #eee;
			background-position:bottom;
			background-image:url(images/layout/jigsaw-menu-bottom.gif);
			background-repeat:no-repeat;
			border-width: 0 0px 0px 0;
			}

div#right {
			float: right;
			width: 219px;
			color: inherit;
			background-color: #4E73B4;
			border: solid #eee;
			background-image:url(images/layout/jigsaw-piece-purple.gif);
			background-repeat:no-repeat;
			background-position:bottom;
			padding-bottom:109px;
			border-width: 0 0px 0px 0;
			}


div#footer-wrap {
		clear: both;
		background-image:url(images/layout/jigsaw-footer.gif);	
		height:31px;
		}






																/* >>> LISTS <<< */
ul#nav-left, ul#nav-right {
	margin: 0px;
	list-style: none;
	}
	ul#nav-left li, ul#nav-right li {
		
		}
		ul#nav-left li a, ul#nav-right li a {
			display: block;
			background-repeat:no-repeat;
			width: 152px;
			padding: 0px 0px 5px 20px;
			color: #fff;
			background-color: inherit;
			text-decoration: none;
			}
		ul#nav-left li a:hover, ul#nav-right li a:hover {
			color: #666;
			}







																/* >>> TYPOGRAPHY <<< */




div#center p {
	margin: 5px 0 5px 0;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	background-color: inherit;
	}
div#left p, div#right p {
	margin: 5px 20px 10px 20px;
	color: #FFF;
	background-color: inherit;
	}

	.menu a {
		color: #FFF;
		text-decoration:none;
		padding-left:5px;
		line-height:30px;
		margin-left:5px;
		}
		
h1 {
padding-left:10px;
color:#6D014F;
font-size:120%;
}

.secret li {
list-style-position:inside;
margin-left:25px;
list-style-type:square;
color:#FFFFFF;
}

a:link {
text-decoration:none;
color:#6D014F;
}

.super  {
float:inherit;
margin-left:inherit;
padding: 0;

color:#FFFFFF;
}															/* >>> FORMS <<< */

.form_standard { font-family: Tahoma, Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
color: #4E73B4; text-decoration: none; background-color:#ffffff; font-weight: normal; BORDER-WIDTH: 1px; BORDER-STYLE: solid;}

.submit  {BORDER-WIDTH: 1px; BORDER-STYLE: solid; BACKGROUND-COLOR: #6D014F; COLOR: #FFF; FONT-FAMILY: helvetica, arial, verdana, sans-serif; FONT-SIZE: x-small}

																/* >>> END <<< */
