/* 
	Author: Kham Tran
	Author URL: http://www.khamtran.com/

	Sequence: Top, Right, Bottom, Left
*/

body {
	width: 100%;
	background: #FFE9F6;
	color: #111111;
	font-family: Arial;
	font-size: 20px;
	margin: 25px auto 15px;
	padding: 0px;
	}

input, form {
	font-size: 20px;
	}

a {
	color: #006600;
	font-size: 20px;
	}

p {
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
				
#logo {
	vertical-align: bottom;
	margin: 0px 0px 7px 0px;
	}

#top-link-unit {
	vertical-align: bottom;
	margin: 0px 0px 4px 0px;
	}


#content {
	vertical-align: top;
	margin: 15px 15px 15px 15px;
	}


#converter {
	margin: 15px 0px 15px 0px;
	}
	
	
#content-right {
	vertical-align: top;
	margin: 15px 15px 15px 15px;
	}
	
#content-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#content-right li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

	
.footer {
	color: #AD183E;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	}
	
.footer a {
	color: #AD183E;
	font-weight: bold;
	text-decoration: none;
	}