/*=====================================================*/
/* Global Reset
/*=====================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=====================================================*/
/* Global Definitions
/*=====================================================*/

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(../images/bodybg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

p {
	padding-bottom:3px;
}

a:link { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; }
a:hover { color:#f51b4e; text-decoration:none; }
a:active { color:#f51b4e; text-decoration:none; }

a.footerlink:link { color:#333333; text-decoration:none; }
a.footerlink:visited { color:#333333; text-decoration:none; }
a.footerlink:hover { color:#f51b4e; text-decoration:none; }
a.footerlink:active { color:#f51b4e; text-decoration:none; }

.profile {
 font-size: 12px;
 line-height: 120%;
}

/*=====================================================*/
/* Layout Definitions
/*=====================================================*/

#wrapper { 
	float:left;
	width: 960px;
	padding-left:33px;

}
#header {
	width: 960px;
	float: left;
	padding: 0px;
	height: 137px;
	margin: 0px;
	border-bottom: 1px #f51b4e solid;
}
#leftcolumn { 
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 177px;
	float: left;
}
#rightcolumn { 
	float: right;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 783px;
	display: inline;
	position: relative;
	border-bottom: 1px #f51b4e solid;
}

#flashcontent {
	height: 100%;
}

#profileleft {
 padding: 30px 30px 30px 60px;
 width: 55%;
 float: left;
}

#profileright {
 padding: 30px;
 width: 20%;
 float: left;
}

/*=====================================================*/
/* Style Definitions
/*=====================================================*/

.imgheader {
	margin: 8px 0px 3px 0px;
}

.bold {
	font-weight:bold;
}


/*=====================================================*/
/* Navigation Controls
/*=====================================================*/
.nav {
	width:177px;
	min-height:60px;
	height: inherit;
	padding: 8px 0px 8px 0px;
	background-image:url(../images/navbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-top: 1px #f51b4e dashed;
}

.gallery {
	width:177px;
	height:12px;
	padding:3px 0px 3px 0px;
	display: block
}

.galleryactive {
	width:177px;
	height:12px;
	padding:3px 0px 3px 0px;
	display: block;
	background-color:#FFFFFF;
	color: #000000;
}

.gallery:hover {
	background-color:#FFFFFF;
	color: #000000;
}

.navtitle {
	font-size:12px;
	font-style:italic;
	padding: 0px 0px 0px 3px;
	float: left;
}

.navtitleactive {
	font-size:12px;
	font-style:italic;
	padding: 0px 0px 0px 3px;
	float: left;
	color: #000000
}

.navdate {
	color: #f51b4e;
	float:right;
	padding: 0px 3px 0px 0px;
	display: inline;
	position: relative;
}

#footer {
	color: #333333;
	clear:both;
	float:right;
	padding: 8px 3px 0px 0px;
}

.footerlink {
	color: #333333;
}

