﻿html {
	overflow-y:scroll;
}

html, body {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body {
	background-color:#292a2a;
	color:#000000;
}

img {
	border:0px;
}

#accordion {
	margin:80px auto;
	width:900px;
}


#line {
	width:900px;
	height:6px;
	background-image:url('../gfx/bodyLine.jpg');
	background-repeat:no-repeat;
	border:0px;
}

.applemenu{
	margin: 5px 0;
	padding: 0;
}

.applemenu div.silverheader a{
	display: block;
}


#connect {
	width:900px;
	height:40px;
	background-image:url('../gfx/topConnect.jpg');
	background-repeat:no-repeat;
	border:0px;
}

#connectBody {
	width:900px;
	height:177px;
	background-image:url('../gfx/bodyConnect.jpg');
	background-repeat:no-repeat;
	padding:0 0 0 0 !important;
	border:0px !important;
}

#connectText {
	width:377px;
	height:107px;
	padding-top:80px;
	padding-left:489px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
}

a.connectText {
	color:#292929;
	text-decoration:underline;
}

a.connectText:hover {
	text-decoration:none;
}


#create {
	width:900px;
	height:36px;
	background-image:url('../gfx/topCreate.jpg');
	background-repeat:no-repeat;
	border:0px;

}

#createBody {
	width:900px;
	height:177px;
	background-image:url('../gfx/bodyCreate.jpg');
	background-repeat:no-repeat;
	padding:0 0 0 0 !important;
	border:0px !important;
}

#createText {
	width:410px;
	height:94px;
	padding-top:86px;
	padding-left:398px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
}

a.createText {
	color:#96d120;
	text-decoration:underline;
}

a.createText:hover {
	text-decoration:none;
}


#collaborate {
	width:900px;
	height:39px;
	background-image:url('../gfx/topCollaborate.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	border:0px;
}

#collaborateBody {
	width:900px;
	height:177px;
	background-image:url('../gfx/bodyCollaborate.jpg');
	background-repeat:no-repeat;
	padding:0 0 0 0 !important;
	border:0px !important;
}

#collaborateText {
	width:410px;
	height:94px;
	padding-top:86px;
	padding-left:408px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
}

a.collaborateText {
	color:#ffffff;
	text-decoration:underline;
}

a.collaborateText:hover {
	text-decoration:none;
}


a.tab, a.tab:hover {
	border:0px;
	text-decoration:none;
}


