

body {
	color: Black;
	background-color : White;
}

p {
	font-family : Verdana, Arial, sans-serif;
	font-size : medium;
	font-style : normal;
	font-weight : normal;

}

A:{
	text-decoration: none;
	color: Blue;
}
A:hover{
	color: Red;
	text-decoration: underline;
}
A:visited{
	text-decoration : underline;
	color : Blue;
}


.main a:link {
	color : Blue;
	font-family : Verdana, Arial, sans-serif;
	font-size : small;
	font-style : normal;
	font-weight : bold;
}
.main a:visited {
	color : Blue;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}
.main a:hover {
	color : Red;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}
.main a:active {
	color : Blue;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}

.bottom {
	color : black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}

.bottom a:link {
	color : gray;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}

.bottom a:visited {
	color : gray;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}
	
.bottom a:hover {
	color : black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}
.bottom a:active {
	color : gray;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : larger;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
}

#wrapper {
width:960px;
margin-left:auto;
margin-right:auto;
}
#products {
float:left;
}

#checkout {
float:right;
}

#header {
	background-image:url(../images/topbar960_4.jpg);
	height:150px;
	width:960px;
	text-align:center;
	color:white;
	vertical-align:middle;
}



