/* Reset first */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	outline: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Import Trade CSS */

@import url("/includes/trade.css");

/* CSS begins */

body {
	text-align: center;
	margin: 0 auto;
	background: #fff;
	font-size: 62.5%;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	font-family: 'lucida grande', lucida, helvetica, arial, sans-serif;
	color: #333;
}

p a:link, p a:visited {color: #333; text-decoration: none; border-bottom: 1px dotted #333; padding-bottom: 2px; outline: 0;}
p a:link:hover, p a:visited:hover {color: #333; text-decoration: none; border-bottom: 1px solid #333; padding-bottom: 2px; outline: 0;}

#page {
	margin: 100px auto;
	width: 1000px;
	text-align: left;
	overflow: hidden;
}

#side {
	width: 225px;
	position: fixed;
	float: left;
	padding: 0 0 0 25px;
}

#main {
	width: 675px;
	position: relative;
	float: right;
}

#footerinfo {
	float: left;
}

#copyright {
	color: #fff;
	width: 395px;
	padding: 15px;
	background: #000;
	position: relative;
	float: right;
	margin: 0 25px 0 0;
}

#resume {
 	position: relative;
	left: -25px;
}

h1, h2 {
	text-transform: uppercase;
	font-size: 1.75em;
	letter-spacing: 0.2em;
	margin: 0 0 75px 0;
}

h1 {
	font-family: 'trade', arial black, helvetica, arial, sans-serif;
}

h2 {
	font-family: 'tradebold', arial black, helvetica, arial, sans-serif;
}

h3 {
	font-family: 'tradebold', arial black, helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	margin: 0 0 25px 0;
}

strong {font-weight: bold;}

em {font-style: italic;}

p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

.descrip {
	clear: both;
	width: 425px;
	margin: 0 0 25px 0;
	
}

.gallery {
	margin: 0 0 25px 0;
	overflow: hidden;
	clear: both;
}

.gallery .pic {
	margin: 0 25px 50px 0;
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.gallery .pic img {
	max-width: 200px;
	max-height: 200px;
}

.progress img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

#resume img {
	position: relative;
	top: 3px;
}

.pushdown {
	border-top: 50px solid #fff;
}

