body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, img, hr, embed, object, caption { 
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	background: #eee;
}

/* structure
--------------------------------------------------*/

#container {
	width: 728px;
	margin: 0 auto;
}

/* header */

#header {
	height: 50px;
	padding: 20px;
	background: #3d4a4f;
}
	
	#header p {
		font: bold 18px/50px Arial, Helvetica, sans-serif;
	}
		
		#header p a {
			color: #fff;
			text-decoration: none;
		}

/* content */
			
#content {
	background: #fff;
	overflow: hidden;
	zoom: 1;
}

	#main {
		width: 468px;
		padding: 20px;
		float: left;
	}
	
	#aside {
		width: 180px;
		padding: 20px 20px 20px 20px;
		float: left;
		background: #eaf6fb;
	}

/* footer */

#footer {
	padding: 20px;
	background: #94b3bf;
}
	
	#footer p {
		font: normal 11px/18px Verdana;
	}
		
		#footer p a {
		}
	

/* links
--------------------------------------------------*/

a {
	color: #476977;
}
	
/* type
--------------------------------------------------*/

#content h1 {
	font: bold 18px/27px Arial, Helvetica, sans-serif;
}

#content h2 {
	padding: 10px 0 10px 0;
	font: bold 12px/18px Verdana;
}

#content p {
	padding: 0 0 10px;
	font: normal 11px/18px Verdana;
}

/* modules
--------------------------------------------------*/

/* currency table */

table {
	width: 468px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-bottom: 2px solid #c5deed;
	font: normal 11px/18px Verdana;
}

	table caption {
		padding: 10px 0 10px 0;
		font-weight: bold;
	}
	
	table tbody tr:hover {
	
	}
	
	table thead tr th {
		padding: 8px 12px;
		border-right: 1px solid #89c0d7;
		border-bottom: 1px solid #89c0d7;
		background: #b2d6e5;
		font-weight: bold;
	}
	
	table thead tr th dfn {
		font-weight: bold;
		border-bottom: 1px dotted #000;
	}
	
	table tbody tr {
	
	}
	
	table tbody tr.alt {
		background: #eaf6fb;
	}
	
	table tbody tr td {
		padding: 10px 12px;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
	table tbody tr.alt td {
		border-right: 1px solid #c5deed;
		border-bottom: 1px solid #c5deed;
	}
	
	table tbody tr td a {
		text-decoration: none;
	}
	
	table tbody tr td.rate {
		font-family: "Lucida Console";
	}
	
	table tbody tr td.name {
		padding: 0;
	}
	
	table tbody tr td.name a {
		display: block;
		padding: 10px 12px;
		color: #476977;
		font-weight: bold;
	}
	
	table tbody tr td.name a:hover {
		text-decoration: underline;
	}
	
	table tr td img {
		display: block;
	}

/* converter form */

form#converter {
}

	form#converter p {
		padding: 5px 0 !important;
	}
	
	form#converter label {
		width: 100px;
		float: left;
		text-align: left;
		display: block;
	}
	
	form#converter select {
		font: normal 11px/18px Verdana;
	}
	
	form#converter input {
		font: normal 11px/18px Verdana;
	}
	
	form#converter button {
		margin: 10px 0 0 100px;
		font: normal 11px/18px Verdana;
	}
	
p#result {
	margin: 10px 0;
	padding: 10px;
	background: #eaf6fb;
	border-bottom: 1px solid #c5deed;
	font: bold 12px/12px "Lucida Console", Arial;
}

/* rates aside */

p.rate {
	float: left;
	margin: 0 0 10px 0;
	padding: 10px !important;
	background: #fff;
	border-bottom: 1px solid #c5deed;
	font: bold 12px/12px "Lucida Console", Arial !important;
}

/* extlinks */

ul.extlinks {
	padding: 0 0 0 20px;
}

	ul.extlinks li {
		font: normal 11px/18px Verdana;
	}
	
/* ad */

div.ad {
	height: 60px;
	width: 468px;
	padding: 10px 0;
	border-top: 1px dashed #89c0d7;
	border-bottom: 1px dashed #89c0d7;
}
