body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:12px;
}

a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #dd313e;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	outline: 0;
}

input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/

#main-content {
	margin:120px auto 0 auto;
	width:740px;
	height:440px;
	border-bottom:solid #cccccc 1px;
	border-top:solid #cccccc 1px;
	padding-left:10px;
}
.body-copy {
	
}
ul {
	margin:10px 0;
}
li {
	background: transparent url('../imgs/bullet.gif') no-repeat  0 4px;
	margin-bottom: 6px;
	padding-left: 10px;
}

p {
	margin-bottom:5px;
}
#footer-content{
	margin:0 auto 20px auto;
	width:740px;
	padding-left:10px;
}
#footer-content p{
	font-size:11px;
}
