* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
	/* for IE */
	text-align: center;
    font: 62.5% Helvetica, Arial, clean, sans-serif;;
	color: #454545;
}

a {
	color: #454545;
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #bd3938;
}

/* Macro Structure */

#wrapper {
    width: 700px;
	position: relative;
    margin: 0 auto;
	padding-top: 5%;
    text-align: left;
}

#header {
    padding: 10px 0 20px 0;
}

#m_box {
    position: absolute;
    left: 394px;
}

#t_box {
    position: absolute;
	width: 394px;
	padding-bottom: 70px;
}

/* Element Divs */

#logo {
    font-size: 2em;
}

#nav {
	font-size: .9em;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #696969;
}

.caption {
    padding: 5px 0 15px 0;
    font-size: 1.2em;
}

#m_content img {
	border: 1px solid #999;
	padding: 2px;
}

#t_content {
    font-size: 1.2em;
	line-height: 1.5;
    border: none;
    padding-right: 25px;
}

/* Navigation */

#nav ul {
 	list-style-type: none;
}

#nav ul li {
 	display: inline;
	text-transform: uppercase;
	font: 1.2em "Verdana", sans-serif;
	margin-right: 1.2em;
	word-spacing: .1em;
}

/* Text Formatting */

#t_content p {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.5em;
}

#t_content p.list {
	margin-bottom: .75em;
}

#t_content ul {
	margin: 0 0 1.5em 1.2em;
	font-size: 1.2em;
}

#t_content ul li {
	list-style-type: disc;
}

#t_content  {
	margin-bottom: .75em;
}

#t_content a {
	text-decoration: underline;
	color: #bd3938;
}

#t_content a:visited {
	text-decoration: underline;
	color: #454545;
}

#t_content ul {
	margin-top: .6em;
	list-style-type: circle;
}

h2 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	margin-bottom: .6em;
	font-size: 1.4em;
	font-weight: normal;
}

.highlight {
	color: #bd3938;
}

.grey {
	color: #939393;
	font-size: .857em;
}

.lower {
	text-transform: lowercase;
	font-variant: small-caps;
}

#t_content p.coyinfo {
	margin-top: 3em;
	font-size: 1em;
	color: #cbcbcb;
}

