* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Trebuchet MS;
	background-color: #2277AC;
	margin: 10px 0 0 0;
}

a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

#wrapper {
	width: 892px;
	margin: 0;
}

#page {
	width: 892px;
	background: url(images/bg.gif) repeat-y;
	padding: 0;
	margin: 0;
	height: auto;
}

#header {
	width: 800px;
	height: 203px;
	background: url(images/header.jpg) no-repeat;
	margin: 0 0 5px 0;
}

#livesupport {
	margin: 35px 15px 0 0;
	float: right;
}

#navbar {
	width: 800px;
	height: 45px;
	margin: 0;
}

#nav {
	list-style: none;
}

#nav a {
	color: #EEE;
	text-decoration: none;
}

#nav a:visited {
	color: #EEE;
	text-decoration: none;
}

#nav a:hover {
	color: white;
	text-decoration: underline;
}

#nav a.current {
	color: white;
	text-decoration: underline;
}

#nav a:visited.current {
	color: white;
	text-decoration: underline;
}

#nav a:hover.current {
	color: white;
	text-decoration: underline;
}

#nav li {
	display: inline;
	padding: 0 16px;
}

#navleft {
	background: url(images/navleft.gif) no-repeat;
	width: 13px;
	height: 45px;
	float: left;
}

#navbg {
	background: url(images/navbg.gif) repeat-x;
	width: 774px;
	height: 45px;
	float: left;
	line-height: 45px;
	color: white;
	font-size: 15px;
	font-family: Trebuchet MS;
}

#navright {
	background: url(images/navright.gif) no-repeat;
	width: 13px;
	height: 45px;
	float: right;
}

#toppage {
	background: url(images/toppage.gif) no-repeat;
	height: 15px;
}

#bottompage {
	background: url(images/bottompage.gif) no-repeat;
	height: 22px;
	font-size: 11px;
}

#content {
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	text-align: left;
	width: 785px;
	height: auto;
}

#content h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content p {
	margin: 0 0 15px 0;
}

#table {
	width: 700px;
	border: 5px solid #DDD;
}

#table th {
	background: url(images/thbg.gif) repeat-x;
	height: 35px;
	text-align: left;
	padding-left: 10px;
	color: white;
}

#table td {
	padding: 5px;
}

#table .row1 {
	background-color: #E0E0E0;
}

#table .row2 {
	background-color: #DDDDAA;
}

#table .first {
	width: 35%;
	font-weight: bold;
}

#ruby {
      height: 110px;
      width: 305px; 
      padding-left: 95px;
      margin: 10px 0 15px 0;
      background-image:url('images/rails.jpg');
      background-repeat:no-repeat
   }
      
#contentruby {
    
background-position: 1 0px;
float:left

}

#support {
      height: 110px;
      width: 305px; 
      padding-left: 95px;
      margin: 20px 2 18px 300;
      background-image:url('images/chat.png');
      background-repeat:no-repeat
   }
      
#contentsupport {
    
background-position:0 -326px;
float:right
}


#footer 
{ 
padding-left: 20px; 
background-image: url('images/link.png'); 
background-repeat: no-repeat; 
background-position: 0px; 
color: black;
	list-style: none;
}



