/* CSS Document */

body {
	margin: 30px 0 0 0;
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}

hr {
	margin: 0 0 10px 0;
	padding: 0;
	height: 1px;
	border: 0px;
	color: #414141;
	border-bottom: 1px dotted #999999;
}

a:link, a:active, a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin:0;
	padding:0;
	font-size: 11px;
	font-weight:bold;
	color: #CEBCA7;
}

#bgTop {
	background:url(images/bg_top.gif) top left no-repeat #000000;
}

#bgBtm {
	padding: 25px 0 0 0;
	background:url(images/bg_btm.gif) bottom right no-repeat;
}

#nav {
	padding: 0 0 60px 0;
	background: url(images/nav_bg.gif) repeat-x;
	text-align: center;
}

.padding {
	padding: 19px;
}

#home {
	background: #414141;
}

#btm {
	padding: 0 0 65px 0;
}

.footer, a.footer:link, a.footer:active, a.footer:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
}

/* For Upload */

.roundcont {
	width: 500px;
	background-color: #000;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}