/*
Modified design of  Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
--  copywrite www.gpstrailhead.com
*/
/*css template for upload page*/
/* Elements */

body {
	background: url(images/dirt.jpg);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 10px;
}

#page {
	background: #999;
	width: 870px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

a {
}

h1 {
	
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}



/* Header */

#header {
	width: 845px;
	height: 258px;
	margin: 0px auto;
	background: #999;
	border-top: 5px solid #999;
	border-right: 5px solid #999;
	border-bottom: 5px solid #999;
	border-left: 5px solid #999;
	background: url(images/topimage2.jpg);
}



#header h1 {
	margin: 0px;
	padding: 160px 0 0 380px;
	font-size: 52px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 865px;
	height: 52px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 0px;
}	

#menu li {
	display: inline;
	
}
#menu a {
	display: block;
	float: left;
	width: 123px;
	height: 42px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: -2px;
	background: url(images/img4.jpg) no-repeat;
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #FFFF00;
}


#menu .last a {
	background: url(images/img5.jpg) no-repeat;
}


/* Content*/
#content {
	background: #FFFFFF;
	width: 855px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
#content h1 {
	padding: 5px 0px 5px 5px;
	color: #336600;
	margin-bottom: 0px;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}

/* Main column block*/
#colright {
	float: right;
	width: 840px;
	margin-top: 10px;
	padding-right: 10px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	background-color: #FFFFFF;
}
#colright p {
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
	text-align: justify;
	font-size: 14px;
	color: #000000;
}
#colright a {
	color: #0000cc;
	text-decoration: none;
}

#colright a {
	color: #0000cc;
	text-decoration: none;
}
#colright a {
	color: #0000cc;
	text-decoration: none;
	font-size: 12px;
}
#colright a:hover {
	text-decoration: none;
	color: #CC0000;
}

/* Left information block*/

#colleft {
	float: left;
	width: 130px;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	left: 100px;
}
#content h2 {
	margin: 0;
	padding: 0 0 0 0px;
	font-size: 14px;
	font-style: ;
	color: #666666;
	text-decoration: underline;
}

#colleft p {
	margin: 10px;
	padding-top: 0px;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

#colleft a {
	color: #0000cc;
	text-decoration: none;
}
#colleft a:hover {
	text-decoration: none;
	color: #cc0000;
}

#colleft ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	list-style-position: outside;
	list-style: none;
}
/* Left information block*/


#sideleft {
	float: left;
	width: 130px;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	text-align: justify;
	border: 2px solid #999;
}
#sideleft h2 {
	margin: 0;
	padding: 0 0 0 0px;
	font-size: 14px;
	font-style: ;
	color: #666666;
	text-decoration: underline;
}

#sideleft p {
	margin: 10px;
	padding-top: 0px;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

#sideleft a {
	color: #0000cc;
	text-decoration: none;
}
#sideleft a:hover {
	text-decoration: none;
	color: #cc0000;
}

#sideleft ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	list-style-position: outside;
	list-style: none;
}


/* Footer */

#footer {
	width: 848px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #999;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #cc0000;
}
