/* text */

A:link   { color: white; text-decoration: none; font-weight: bold; }
A:visited   { color: white; text-decoration: none; font-weight: bold;  }
A:active  { color: gray; text-decoration: none; font-weight: bold;  }
A:hover   { color: red; text-decoration: underline; font-weight: bold; }
A { text-decoration:none }

body {
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	background-color: #cc0000;
}

.body2
	{
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	}

.subhead1
	{ 
	color: white; 
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	line-height: 20px 
	}


.head
 { color: white; font-size: 40px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 60px }

.caption
  { color: white; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 12px;  }

.title
 { color: white; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 26px }


/* layout */

#wrapper {
	margin: 0px auto;
	width: 1000px;
}


#base {
	float: left;
	width: 1000px;
	height: 640px;
	margin: 20px 0 0 0;
	background-repeat: no-repeat;
}

#navigation {
	float: left;
	width: 	750px;
	height: 30px;
	margin: 30px 0 0 40px;
	display: inline;
}

#header {
	float: left;
	width: 	630px;
	height: 50px;
	margin: 20px 20px 20px 60px;
	display: inline;
}

#content {
	float: left;
	width: 	410px;
	height: 370px;
	margin: 0 0 0 60px;
	display: inline;
	overflow: auto;
}

#content2 {
	float: left;
	width: 	720px;
	height: 370px;
	margin: 0 0 0 60px;
	display: inline;
}

#shop {
	float: left;
	width: 	720px;
	height: 370px;
	margin: 20px 0 0 60px;
	display: inline;
}

#picture {
	float: left;
	width: 	200px;
	height: 350px;
	text-align: center;
	margin: 0 0 0 20px;
	display: inline;
}








