@CHARSET "ISO-8859-1";
@import url("reset.css");

body { 
		margin:1em 0 0;
		padding:0;
		padding-top:5em;
		text-align:center;
		 }

a { 
	text-decoration:none; 
	color:#336699;
	}
a:hover { 
	text-decoration:underline; 
	}

p, input.text_input, textarea, h1, h2, h3, h4, h5, h6, li, label {
	color:#444444;
	font-family:"Palatino Linotype",Palatino,Georgia,serif;
	font-size:14px;
	line-height:1.5;
	}

p, h1, h2, h3, ul, form { 
	margin-bottom:1em;
	}

h1 {
	font-size:150%;
	}

li {
	margin-left:3em;
	list-style-type:square;
	}


#container {
	margin:0px auto;
	width:900px;
	text-align:left;
	border-top:5px solid #eee;
	border-bottom:5px solid #eee;
	
}

#left, #right, .full {
	margin-top:1em;
	margin-bottom:1em;
	}

#left {
	float:left;
	width:470px;
	
}
#right {
	float:right;
	width:370px;
	border-left:5px solid #eee;
	padding-left:2em;
}

.text_input, textarea {
	border:1px solid #CCCCCC;
	margin:0;
	padding:0.4em;
	width:13em;
	margin-bottom:1.2em;
	font-weight:bold;
}

textarea {
	overflow:auto;
	width:21em;
	margin-bottom:1em;
}


label { display:block; }

h3 { 
	text-transform:uppercase; color:#336699;
	 }


