@charset "utf-8";

html {
}
#wrapper {
	background-color:#fff;
	margin:30px auto;
	overflow:hidden;
	padding:0;
	width:903px;
  	border: 1px solid #66757E;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
     	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.5);
          	box-shadow: 0 2px 4px rgba(0,0,0,.5);
	}
#header {
	float:left;
	padding:30px 40px 0 40px;
	overflow:hidden;
	width:823px;
	}
	#title {
		float:left;
		}
	#logo {
		float:left;
		padding-left: 218px;
		}
#content {
	float:left;
	padding:0 30px;
	width:843px;
	}
#footer {
	background-color:#66757E;
	float:left;
	padding:16px 0 32px 388px;
	letter-spacing: 1px;
	width:515px;
	}
	#footer p {
		color: #FFF;
		padding: 0 0 4px;
		}
	#footer a {
		color: #FFF;
		text-decoration: none;
		}
	#footer span {
		color: #C0B5A2;
		}
.row {
	float:left;
	margin:20px 0 0 0;
	width:843px;
	}
	.col-min {
		float:left;
		margin:0 10px;
		width:260px;
		}
	.col-mid {
		float:left;
		margin:0 10px;
		width:540px;
		}
	.col-max {
		float:left;
		margin:0 10px;
		width:820px;
		}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY STYLES
*/

body {
	background: #333 url(../img/background.jpg) repeat 0 0;
	color:#66757E;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
h1 {
	color:#66757E;
	font-size:48px;
	line-height:48px;
	padding: 0 0 10px 0;
	}
h2 {
	color:#66757E;
	font-size:28px;
	line-height:28px;
	padding:0 0 10px 0;
	}
h3 {
	color:#FFF;
	font-size:16px;
	line-height:20px;
	padding:0 0 5px 0;
	}
p {
	padding:0 0 14px 0;
	}
a {
	color:#66757E;
	}
a:link {
	text-decoration:underline;
	}
a:visited {
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
a:active {
	text-decoration:none;
	}
a:focus {
	outline:none;
	}
b, strong {
	font-weight:bold;
	}
i, em {
	font-style:italic;
	}
small {
	font-size:13px;
	}
	small span {
		color:#66757E;
		}
big {
	clear:both;
	color:#C0B5A2;
	float:left;
	font-size:16px;
	font-style:italic;
	letter-spacing:1px;
	line-height:22px;
	padding:0 0 20px 0;
	width:100%;
	}

/* ---------------------------------------------------------------------------
	LISTS STYLES
*/

ul {
	padding:0 0 20px 0;
	}
ul li {
	line-height:20px;
	list-style:inside square;
	padding:0 0 14px 0;
	}
	.spaced li {
	line-height:20px;
	list-style:inside square;
	padding:0 0 20px 0;
	}

/* ---------------------------------------------------------------------------
	OTHER STYLES
*/	

.date {
	color:#888;
	padding:0;
	}