/*-----------------------------------------------------------------------------------
	Resets
-----------------------------------------------------------------------------------*/
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: 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;
}

/*---------------------------------------------------------------------------------*/

html, body, #sitewrap {height: 100%;}

body > #sitewrap {height: auto; min-height: 100%;}

html {
	font-size: 14px;
	line-height: 22px;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, Sans-serif;
	background: #fff;
}

*html body {
	font-size: x-small; /*for IE5/WIn */
	font-size: small; /*for other IE versions */
}

h1, h2, h3, h4, blockquote{font-family: Georgia, Times, Serif;}

h1 {font-size: 24px; font-weight: bold; line-height: 26px; color: #222; padding: 0px 10px 6px 0px;}
h2 {font-size: 18px; font-weight: bold; line-height: 20px; color: #222; padding: 0px 0px 30px 0px;}

.subText {
	font-size: 12px;
	width: 480px; 
	font-weight: bold; 
	line-height: 16px; 
	color: #999; 
	padding: 0px 0px 18px 0px; 
	text-transform: uppercase;}

a {color: #222; background-color: #ccc; text-decoration: none; border-bottom: 1px solid #222;}
a:hover {color: #fff; background-color: #222;}
p {padding-bottom: 18px;}

em { font-style: italic;}

#content {
	position: absolute;
	width: 480px;
	top: 50px;
	left: 200px;
}

#profile {
	position: absolute;
	width: 120px;
	top: 50px;
	left: 60px;
}

#profile p {
	line-height: 14px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 14px;
}

#profile img {
	border: 4px solid #222;
}

#promotions {
	width: 440px;
	min-height: 200px;
	margin: 0px 0px 24px 0px;
	padding: 20px;
	background: #000;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;	
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.promotitle {
	width: 90%;
	min-height: 42px;
	padding-top: 10px;
	margin: auto;
}

.promotitle h2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
	font-size: 36px; 
	font-weight: bold;
	line-height: 1.125em;
	color: #fff;
}

.release {
	float: right;
}

.release p {
	padding-bottom: 0px;
}

.promodetails {
	clear: both;
}

#promotions h2 {
	padding-top: 4px;
	margin-right: 20px;
	float: left;
}

.promotitle p {
	color: #fff;
}

.releaseDate {
	font-size: 1.25em;
	font-weight: bold;
}