body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	background: #000;
	line-height: 1.3em;
	margin: 0;
}

/*************************
Layout
*************************/

#container {
	
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

/*************************
Header
*************************/

#header {
	width: 900px;
	margin: 10px auto;
	color: #ccc;
}

#header h2 {
	font-size: 18px;
	margin: 0;
	padding-top: 5px;	
}

#divider {
	background: url(images/divider.jpg) repeat-x;
	height: 34px;	
}

/*************************
Content
*************************/

#content {
	padding: 20px;
	color: #333;
	line-height: 1.5em;
}

#content li {
	line-height: 1em;	
}

/*************************
Footer
*************************/

#footer {
	text-align: center;
	font-size: 12px;
	background: #F00016;
	padding: 5px;
	color: #fff;
	clear: both;
}

#footer p {
	padding: 0;
	margin: 0;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
	color: #000;
	margin-top: 0;
}

h2 {
	line-height: 1.5em;
}

li {
	margin-bottom: 10px;
}

a {
	color: blue;
}

.tahoma {
	font-family: tahoma;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.highlight {
	background: yellow;
}

.red {
	color: #cc0000;
}

.blue {
	color: #000099;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_26px {
	font-size: 26px;
}

.font_28px {
	font-size: 28px;
}

.font_30px {
	font-size: 30px;
}

.line-height {
	line-height: 1.3em;
}

.spacer {
	border-bottom: 1px solid #ccc;
	margin: 0px 0 10px 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.photo {
	position: relative; 
	float: left; 
	margin-right: 20px;	
}




