body {
	background: #333333;
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#header {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 80%;
	
}
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 80%;
}
/* Style for Control Panel & Sub Heads
---------------------------------- */

.ControlPanel {
	width: 100%;
	height: 75px;
	background-color: #fff;
	background: url('http://lab.rails2u.com/bgmaker/gradation.png?margin=3&linecolor=FFFFFF&bgcolor=E8E8E8');
s	bottom: 0;
}

.ControlPanel a:link {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.ControlPanel a:hover {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.SubHead {
	font-size: 11px;
	color: #333;
	font-weight: normal;
}

/* Style for [date] [copyright] text
---------------------------------- */
.SkinObject {
	font-size: 10px;
	color: #666666;
}

/* Style for [login] [search] [terms] [privacy] links
---------------------------------- */
A.SkinObject:link {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

A.SkinObject:visited {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

A.SkinObject:hover {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	border-bottom: solid #fff 1px;
}

A.SkinObject:active {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

/* Module Titles (if no module is applied)
---------------------------------- */
.Head {
}

/* Headings (if no module is applied)
---------------------------------- */
h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* Links (if no module is applied)
---------------------------------- */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* Style for [menu]
---------------------------------- */
.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	height: 30px;
}

.MainMenu_MenuItem {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #699898;
	border: 1px solid #D0FFFF;
	height: 30px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	/* z-index: 1000; */
	background-color: #D0FFFF;
	color: #699898;
	border: 1px solid #D0FFFF;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0FFFF;
	border: 1px solid #D0FFFF;
	height: 30px;
	background-color: #699898;
}

.MainMenu_MenuArrow {
	display: none;

}

.MainMenu_RootMenuArrow {
	color: #fff;

}

