html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 20px 0;
	background-color: #0F314E;
	text-align: center;
	font-family: HiraMaruPro-W4, Verdana, 'trebuchet ms', sans-serif;
	color:Dimgray;
	}

BODY,TABLE,TR,TD,TH {
	font-size:10pt;

	}
input,textarea,select {
	border-left:1px solid Dimgray;
	border-right:1px solid Dimgray;
	border-top:1px solid Dimgray;
	border-bottom:1px solid Dimgray;
	font-size:13px;color:Dimgray;background-color:#fff;
	}

BODY {
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	}


a:link {color: #0F314E;}
a:visited {color: #0F314E;}
a:active {color: #0F314E;}
a:hover {
	color: #B22222;
	text-decoration: underline;
	}


#container {
	width: 700px;
	line-height: 140%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border: 1px solid #fff;
	}

#banner {
	display: block;
	height: 100px;
	background-color: #B22222;
	text-align: right;
	border-bottom: 1px solid #fff;
	background-image: url("http://www.sipsip.info/images/banner.jpg");
	background-repeat: no-repeat;
	padding:10px 10px 0 0;
	}

a#banner-img {
	display: none;
	}


#banner h1 {
	margin-bottom: 5px;
	font-size: 14px;
	}

#banner h2 {
	font-size: 11px;
	line-height: 140%;
	color: #fff;
	}

#nav{
	clear:both;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #b22222;
	padding: 3px;
	}

#nav ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav li{
	display: inline;
	list-style: none;
	margin: 6px;
	padding: 0;
	}

#nav a:link{
	color: #fff;
	text-decoration: none;
	margin: 2px;
	}

#nav a:visited{
	color: #fff;
	text-decoration: none;
	}

#nav a:hover{
	color: #0F314E;
	text-decoration: none;
	}

#nav a:active{
	color: #b22222;
	text-decoration: none;
	}

.content {
	margin:15px auto;
	width:550px;
	text-align: left;
	}

h3 {
	color: #b22222;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 10px;
	}

.credit {
	margin:15px;
	text-align: right;
	font-size:12px;
	color:Dimgray;
	}

.title {
	color: #000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	}

.name {
	color: #b22222;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	}
