* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
}

a img {
	border: 0;
}

#master {
	// width:100%; 
	position:absolute;
	left:30%;
}

#main {
	width:600px;
	/* background: url('/images/bg.png') repeat-x; */
}

#header {
	width:600px;
}

#content {
	padding-top:30px;
}

#menu {
	padding-top:20px;
	text-align:center;
}

#footer {
	padding-top:5px;
	font-size:7pt;
	color:grey;
	text-align:right;
}

#img_upload {
	text-align:center;
	font-size:10pt;
	height:200px;
}

#error {
	margin: 0 auto;
	padding: 4px;
	margin-bottom:10px;
	width:400px;
	border: 1px solid #9f0909;
	background-color: #ef7474;
	line-height: 32px;
	height:32px;
	color: #920101;
	text-align:center;
}

#success {
	margin: 0 auto;
	padding: 4px;
	margin-bottom:10px;
	width:400px;
	border: 1px solid #1b8f00;
	line-height: 32px;
	height:32px;
	color: #000;
	text-align:center;
}

#links {
	margin: 0 auto;
	width:400px;
	border: 1px solid #1b8f00;
	padding:10px;
}

h1 {
	padding-top:10px;
	font-size:14px; 
	font-weight:bold
}

#faqtext {
	font-size:10pt;
}

#tostext {
	font-size:10pt;
}
