*/design by MHMedia/*
/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #484848 url('http://spreadshirt.net/users/865000/864400/222347/img/222347_bgm.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: 80%/1.5em Verdana;
	color: #000000; 
	font-weight: normal;
	text-align: left;		
}

/* links */
a, a:visited {	
	color: #999999;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #666666;
	background: inherit;
	text-decoration: underline; style: dashed;
}


/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 100%;
	background: url('_img/dots.gif');
	text-transform: uppercase;
	color: transparent;
}
h3 {
	font-size: 135%;	
}

h4 {
	font-size: 100%;
	background: url('_img/dots2.gif');
	text-transform: uppercase;
	color: transparent;
}

h5 {
	font-size: 100%;
	background: url('_img/dots3.gif');
	text-transform: uppercase;
	color: transparent;
}

h6 {
	font-size: 100%;
	background: url('_img/dslash.gif');
	text-transform: uppercase;
	color: transparent;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 2px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
