@charset "utf-8";

/* =Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}



/* =Elements */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
	margin-bottom:10px;
}



/* =Divs */
#wrapper {
	width:950px;
	margin:0px auto;
}


#main {
	width:950px; /* height is variable; defined inline */
}



/* =Classes */
img.subnav {
	float:left;
	cursor:pointer;
}



#landing_page .main1 {
	width:950px;
	height:450px;
	overflow:hidden;
}

#landing_page .main2 {
	width:950px;
	height:420px;
	overflow:hidden;
}


.forgot_password
{
	font-family:Verdana, Geneva, sans-serif;
	color:#470e20;
	font-size:10px;
	font-weight:bold;
}

.login_text
{
	font-family:Verdana, Geneva, sans-serif;
	color:#470e20;
	font-size:14px;
}

.remember_me
{
	font-family:Verdana, Geneva, sans-serif;
	color:#470e20;
	font-size:12px;
}

.wrong_passwd
{
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
	font-size:10px;
}