/* 

STYLE SHEET FOR www.marlaalexander.com

Table of Contents

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
		font-family: Verdana, Geneva, sans-serif;
		font-size:12px;
}
		
/*  --------- 2. structure  --------- */

#wrapper {
		width:819px;
		margin:0 auto;
		height:100%;
		min-height:600px;
		background-image:url(/images/bodyBackground.jpg);
		background-repeat:repeat-y;
}
		
#header {
		background-image:url(/images/header.jpg);
		width:819px;
		height:91px;
}

#content {
		width:819px;
		height:100%;
		padding:0 0 0 10px;
		}

#content #mainContent {
		width:600px;
		float:right;
		height:100%;
		margin:0;
}
	
#clearContent {
		clear:both;
		height:20px;
}

#footer {
		width:819px;
		text-align:center;
		}

/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navLeft {
		background-image:url(/images/bg_nav.jpg);
		background-repeat:no-repeat;
		width:199px;
		height:100%;
		float:left;
		}

#navLeft ul {
		display:block;
		margin:15px 0 0 8px;
		}

#navLeft ul li {
		list-style-type:none;
		background-image:url(/images/btn_original.jpg);
		background-repeat:no-repeat;
		height:30px;
		width:184px;
		margin:4px 0;
		text-align:center;
		vertical-align:middle;
		}

#navLeft ul li a {
		display:block;
		color:white;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		height:25px;
		padding:5px 0 0 0;
		}

#navLeft a:hover {
		display:block;
		background-image:url(/images/btn_rollover.jpg);
		background-repeat:no-repeat;
		height:25px;
		width:182px;
		padding:5px 0 0 0;
		text-align:center;
		color:black;
		}
		html {
		font-size: 100%;
		}
/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
		color:#ff0000;
		padding:10px 0;
		font-size:22px;
		}

h2 {
		}

h3 {
		}

h3.admin {
			margin:30px 0 0 300px;
}

h4 {
		}

p {
		margin:0 25px;
		padding:5px 10px;
		font-size:12px;
		}

p.clearImg {
		clear:both;
		text-align:center;
		padding-top:40px;
		width:80%;
		float:left;
}

p.floatLeft {
		width:25%;
		float:left;
		clear:left;
		margin-left:20px;
		padding-top:30px;
		font-weight:bold;
}

p.floatRight {
		width:25%;
		float:left;
		padding-top:30px;
		font-weight:bold;
}

span.boldText {
		font-size:16px;
		font-weight:bold;
		float:right;
		width:70%;
}
p.boldText {
		font-size:16px;
		font-weight:bold;
		float:left;
		width:40%;
		margin:25px 0 0 0;
}
ul {
		}

blockquote {
		}

/* ---------- 5. images ---------- */

img {
		border: 0;
		}
		
#mainContent img {
		border:0;
		margin:10px;
}

/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		margin:0 0 0 300px;
		}
		
#loginInputs ul {
		display:block;
		}
		
#loginInputs li {
		list-style-type:none;
		padding:5px 0;
}
