

/**************
*
* styles.css
*
/**************/

/* ------- HTML ELEMENTS ------- */

html {

	margin: 0px; 
	padding: 0px;
}

body { 
	background: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px; 
	margin: 0px; 
	padding: 0px;
	color: #000000;

	
}

td {

	font-family: Arial, Verdana, sans-serif;
	font-size: 11px; 
}

.input {
	font-size: 11px; 
}

/* ------- LINKS ------- */

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline; 
}

a:visited { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline; 
}

a:hover { 
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline; 
}

a:active { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline; 
}


/* ------- CONTENT ------- */
	

#header {
	margin: 0px;
	padding: 0px;
    width: 814px;
	height: 175px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/head.png', sizingMethod='scale');
	position: relative;
}

html>body #header {

	background-image: url('../images/head.png');
	background-repeat: no-repeat;
	
}

#content{
	height: 900px;
    width: 800px;
 text-align: left;

}


#store #content {
	height: 700px;
    width: 800px;
 text-align: left;

}

#content2{
	height: 2200px;
    width: 800px;
 text-align: left;

}

#nav {
	margin-top: 10px;
	margin-right: 3px;
		margin-bottom: 10px;
	position: relative;
	 float: right;

}

#left{

margin-left: 100px;
width: 350px;
height:300px;
position: relative;
float: left;

}

#right{
position: relative;
top: 28px;
width: 320px;
height:300px;
float: right;

}

form {
	margin: 0px;
	padding: 0px;

}

#left2 {


margin-left: 100px;
width: 500px;

position: relative;

}

.footer{
	font-size: 9px; 
}