/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body {
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(img/bg.jpg) position
: fixed;;
	background-repeat:repeat-x;
	background-color:#404040;
	margin:20px;
	padding:0;
	background-image: url(img/bg.jpg);
}

input,form,textarea
h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
}

h1 {
font-size:18px;
}

h2 {
font-size:14px;
color:#999;
}

h3 {
	font-size:14px;
	border-bottom:solid 1px #DEDEDE;
	margin-bottom:20px;
	padding:4px 0;
}
h4 {
	font-size:14px;
	border-bottom:dotted 1px #999;
	margin-bottom:5px;
	padding:4px 0;
}

h5 {
	font-size:16px;
	margin-bottom:5px;
	padding:4px 0;
	color:#DA0D03;
}
a:link {
	color: CCC;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: DA0D03;
}
a:active {
	text-decoration: none;
}

img {
border: none;
}

/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container {
	width:960px;
	margin:0 auto;
}

#topbar {
	width:auto;
	display:block;
	height:75px;
	padding: 0 0 20px 20px;
}

/* 
#container has an absolute width (960 pixel) 
*/

#main {
	width:auto;
	display:block;
	padding:10px 0;
}

#column_left {
	width:120px;
	float:left;
	margin: 10px 20px 0 20px;
	padding: 0px 0 0 0;
}

#column_right {
	width:750px;
	float:left;
	margin: 10px 18px 0 0;
}

#column_right_adsense {
width:120px;
float:left;
}

div.spacer {
clear:both;
height:10px;
display:block;
}

#footer {
	width:auto;
	display:block;
	font-size:11px;
	color:#666;
	padding:10px 0;
	text-align: center;
}
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* 
Add here your custom classes
*/

#subcontent {
	height: inherit;
	width: 750px;
	}

#decks {
	height: 375px;
	width:230px;
	margin: 0 20px 20px 0;
	float: left;
}	
#deckname {
	height: 25px;
	text-align: center;
	}
	
#shirt {
	height: 375px;
	width:230px;
	margin: 20px 20px 20px 0;
	float: left;
}	
	#shirt {
	height: 375px;
	width:230px;
	margin: 20px 10px 20px 0;
	float: left;
}	

#girlshirt {
	height: 375px;
	width:230px;
	margin: 20px 20px 20px 0;
	float: left;
	}
#girlshirtname {
	height: 25px;
	text-align: center;
	}

#belts {
	width: 350px;
	height: 275px;
	float: left;
	margin: 25px 20px 20px 0;
}

#beltsname {
	height: 25px;
	text-align: center;
}
#photo {
	height: 250px;
	weight: 250;
	width: 250px;
	float: left;
	margin: 0 75px 20px 0;
}

