/*CBlueits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown
{
	padding: 0;
	background: transparent;
	margin:0 auto;
	
}

.invertedshiftdown ul
{
	margin-left: 93px; /*margin between first menu item and left browser edge*/
	margin-top: 20px;
	padding: 0;
	list-style: none;
}

.invertedshiftdown li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.invertedshiftdown a
{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 8px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: #F9FFAD; /*Default menu color*/
	border: 3px #fff outset;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.invertedshiftdown a:link
{
	color: #54A9FF;

}

.invertedshiftdown a:visited
{
	color: #54A9FF;

}

.invertedshiftdown a:hover
{
	border-style: inset;
	background-color: #000; 
	padding-top: 7px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 3px; /*Flip default padding-bottom value with padding-top*/
	color: #54A9FF;
}

.invertedshiftdown .current a 
{ /** currently selected menu item **/
	border: 3px #fff outset;
	background-image:url("../bg.png");
	background-color: #36d804; 
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
	text-shadow:1px 1px 1px black;
}

/*End CBlueits*/

/* 2 column */
#wrap 
{
	width:850px;
	min-height:850px;
	margin:0 auto;
	border:4px solid red;
	background-color:#000000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#header 
{
    	padding:10px 30px;
	margin:0 auto;
	text-align:center;
}
#onecolmain
{
	float:left;
	width:790px;
	padding:30px 30px 30px 30px;
}
#footer 
{
	clear:both;
	padding:5px 10px;
	color:yellow;
}
#footer p 
{
	margin:0;
}
* html #footer 
{
	height:1px;
}

/* End 2 column */

/* logo green #36d804  yellow blue #54A9FF  */

body
{
	background: #842aff; /* Old browsers */
	background: -moz-linear-gradient(top, #842aff 0%, #e5d3ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#842aff), color-stop(100%,#e5d3ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #842aff 0%,#e5d3ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #842aff 0%,#e5d3ff 100%); /* Opera11.10+ */
	background: linear-gradient(top, #842aff 0%,#e5d3ff 100%); /* W3C */
	/*background-color:#842aff;*/
}

hr  {color:red;}
h1,h2,h3,h4  {color:yellow;}
p   {text-indent:6%;}

.display
{
	border:5px outset #F9FFAD;
	margin-top:30px;
	margin-bottom:8px;		
}
.marginwrap
{
	margin:30px;
	color:#74C9FF;
}
.description
{
	padding: 0px 0px 0px 15px;
}


a:link {color:#74C9FF;}      /* unvisited link */
a:visited {color:#54A9FF;}  /* visited link */
a:hover {color:#36d804;}  /* mouse over link */
a:active {color:yellow;}  /* selected link */

