/* CSS Document */

body {
	background-color:#000000;
	}
	
a {
	color:#990000;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	

#container {
	width: 750px;
	margin: 10px auto;
	}

#header {
	width:750px;
	height: 144px;
	background-image:url(../images/card/header_logo.gif);
	}
	
#shop {
	width:200px;
	margin: -140px -25px 20px 575px;
	letter-spacing:.05em;
	font: bold .6em Georgia, "Times New Roman", Times, serif;
	color: #ae9066;
	text-align:center;
	}

#shop a {
	color: #ae9066;
	}

#shop a:hover {
	color: #fff2df;
	}

#main {
	margin-top: 0px;
	width: 750px;
	background-image: url(../images/card/card_middle.jpg);
	}
	
#content {
	color:#5A3418;
	font:"Times New Roman", Times, serif;
	}
	
#content p {
	text-align:justify;
	}

#content h1 {
	font-size:22px;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:1px;
	margin-top:0px;
	}
	
#content h2 {
	margin-top:1px;
	width: 650px;
	font-size: 12px;
	font-weight:normal;
	letter-spacing:1px;
	border-top: thin solid #5A3418;
	border-bottom: thin solid #5A3418;
	}
#content h3 {
	font-size: 16px;
	margin-bottom:1px;
	text-align:left;
	}
	
#content p {
	margin-left: 10px;
	margin-top: 1px;
	font-size:10pt;
	}
	
.nav {
	margin:0px;
	float: right;
	font-size: normal 8pt;
	text-align: right;
	}

.nav a {
	text-decoration: none;
	color:#5A3418;
	}	
	
.nav a:hover {
	text-decoration:underline;
	}

.nav p {
	margin:0px;
	padding:0px;
	}
	
.left_img {
	float: left;
	margin: 0px 10px 10px 5px;
	border: 1px solid #5A3418;
	padding:3px;
	background-color:#FFFFFF;
	}

.right_img {
	border: 1px solid #5A3418;
	padding:3px;
	background-color:#FFFFFF;
	float: right;
	margin: 0px 5px 5px 15px;
	}
	
.capital {
	font-size:140%;
	}
	
