/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px;
	
	background-color: #FFFFCC;
	
	
	font: normal small Arial, Helvetica, sans-serif ;
	color: Black;
	
	
}

h1, h2, h3 {
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	text-align: justify;
	color: Black;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style: square inside;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: Black; 
}

a:hover {
	text-decoration: none;
}



img {
padding-top:20px;
padding-bottom:20px;
text-align:center;
padding-right:6px;
--border-style:solid;
--border-color:#B82545;
}

/* Header & Footer Boxes */

.center-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 20px;
	background-color:#E61E49;
	border: 5px solid #B82545;
	text-align: center;
	font-size: 30px;
	font-weight:bold;
	
	
	
	
}

.center-box .title {
	padding: 5px 16px;
		background: #FF9900;
		border: 5px solid #B82545;
}

/* Left Box/Links */

.left-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	
	background: #E61E49;
	border: 5px solid #B82545;
	
}

.left-box .title {
	padding: 5px 16px;
	background: #FF9900;
	border-bottom: 5px solid #000000;
	
}

.left-box .content {
	padding: 20px 20px 0 20px;
}

/* Right Box/Main Content */

.right-box {
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	background: #FFFF99;
	border: 5px solid #B82545;
	
	padding-bottom: 40px;
	background-color: #E61E49;
}

.right-box .title {
	
	background: #FF9900;
	border-bottom: 5px solid #000000;
	padding-bottom: 10px;
	font-size: 3em;
	text-align: center;
	
}

.right-box .content {
	 
	
	
	font-size: 3em;
	text-align: center;
	padding-bottom: 310px;
	*padding-bottom: 185px;
	
	
}



.right-box.example {
	padding-bottom: 40px;
}

.right-box.login {
 	width:700;
	}

/* Image Placement/Formatting For Title Box */

#logo {
	width: 900px;
	margin: 0 auto 10px auto;
	position: relative;
	
	
	

	
}

#logo h1 {
	position: absolute;
	top: 30%;
	left: 30%;
	
	font: impact;
	font-size: 35px;
	color: #cc0000;
	
	
	

}

#logo h2 {
}

#logo a {
	text-decoration: none;
}

#logo img { margin-right: 20px;
}



/* Content (Width of Page) */

#content {
	width: 950px;
	margin: 0 auto;
	
}

/* Content > Main (Right Box) */

#main {
	float: right;
	width: 685px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
	padding-bottom: 0px;
}

/* Content > Sidebar (Left box) */

#sidebar {
	float: left;
	width: 220px;
	
}

/* Content > Sidebar > Menu (Left box) */

#menu {
padding-bottom: 132px;
}

#menu ul {

}

#login {
border: 3px solid #000000;
margin-top: 30px;
background-color#E61E49;
font-size: 12px;

}





#menu li {
font-size: 20px;
margin-top: 30px;
}

#menu a {
}

#menu a:hover, #menu .active a {
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
}

#updates h3 {
	display: inline;
}

#updates p {
	font-size: .8em;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	font-size: x-small;
}

#footer p {
	margin: 0;
}

.detail {
font-size: medium;
padding-right:50px;
padding-left:50px;
padding-top: 20px;

}


