/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
	color: #666666;
}

a {
	color: #000000;
	border: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

img {
	vertical-align: top;
}

/* id
------------------------------------------------------- */

#wrapper {
	width: 600px; 
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#btnA {
	position: absolute;
	left: 200px;
	top: 310px;
	width: 100px;
	height: 20px;
}

#btnB {
	position: absolute;
	left: 300px;
	top: 310px;
	width: 100px;
	height: 20px;
}

#header {
	margin-bottom: 15px;
}

#leftcolumn  {
	float: left;
	width: 140px; 
	background-color: #d9ddc2;
	padding: 15px 20px 20px 20px;
	margin-bottom: 20px;
}

#logo {
	width: 140px;
	height: 203px;
	margin-bottom: 20px;
}

#datetime h2 {
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	font-weight: normal;
}

#datetime p {
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
}

#rightcolumn {
	float: right;
	width: 365px;
	padding-right: 25px;
	padding-top: 12px;
}

#footer {
	clear: both;
	width: 600px;
	text-align: center;
	border-top: 1px solid #666666;
	padding-top: 10px;
	margin-bottom: 10px;
}

#footer a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer li {
	display: inline;
	padding-left: 7px;
	padding-right: 4px;
	border-left: 1px solid #666666;
	font-size: 12px;
	line-height: 20px;
}

#footer .firtstlist {
	border: none;
}

/* class
------------------------------------------------------- */

.p_small {
	font-size: 12px;
	font-weight: normal;
}
