/* CSS Document */

/* Mr. Carls	 Styles */
/***************************/


/* Basic Elements */

body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;

	}
a:link { color: #000000;

text-decoration: none;
}
a:visited { color: #000000;
text-decoration: none;
}
a:hover { color: #AD080F;
}
a:active { color: #AD080F;
}



img {
	margin:0px;
	padding:0px;
	border-style:none;
	border: 0px;
}


/* Custom Elements */

.side_image {
padding:4px;
float: right;
}

.shop {
float: center;
margin-right: 30px;
}

.nav_container {
    color: #000000;
	text-align: right;
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	font-weight: bold;
}

.body {
	font-size: 16px;
}
.title {
color: AD080F;
text-align: center;
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20px;
}

.foot_container {
	font-size:9px;
	color: #666666;
	text-align: right;
}


