@charset "utf-8";
* { border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;     font-style: inherit;     font-size: 100%;     font-family: inherit;     vertical-align: baseline;
}

body {  background:#e1ded7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
 margin:0px;padding:0px;

        }

h1, h2, h3 {
	text-transform: lowercase;
	color: #666666;
        border-bottom:solid 3px #ff9900;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #292929;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

#wrapper{
     width:1249px;
     background: #FFFFFF url(../images/body_bg.gif) repeat-y;
     margin:0px auto;
}

/* Logo */

#logo {
	height: 100px;
	margin: 0px auto;
	background: url(../images/header.jpg) no-repeat;


}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu 
{
    height: 80px;
	background: url(../images/menu.gif) no-repeat;      
}
#menu
{
    padding:5px 0 0 90px;
}


#menu li {
	list-style: none;
	display: inline;	
}

#menu li a 
{
    display:block;
    float:left;
    text-align:center;
    width:120px;
	margin-right:15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu li a:hover 
{
    color:#ccc;
}
#player
{
    margin-bottom:20px;
}
/* Page */

#page {
	width: 975px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 690px;
	padding: 0 0 0 10px;
	min-height:400px;
}

#content h1 {
	margin: 45px 0 0px 0;
	padding-left: 33px;
	background: url(../images/img07.gif) no-repeat left;
}

#content .content {
	padding-left: 32px;
}
#whatwedo{
   margin:0 0 30px 200px;
   height:150px;
   background: url(../images/whatwedo.gif) no-repeat left center;

}
#whatwedo ul{
    margin-left:160px;
    padding-top:10px;
    list-style: none;
}
#whatwedo ul  li 
{
    padding-left: 20px;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 245px;
	padding:0 5px;
        margin-right:5px;
}

#sidebar a {
	color: #4A5157;
}

/* Footer */

#footer {
    height:34px;
	background: url(../images/footer.gif) no-repeat center top;
	font-size: 11px;
	margin-top:20px;
	padding:20px 5px 0px 70px;
	color:#eee;
	clear:both;
}

#footer p {
	text-align: center;
}
#footer .poweredby
{
    text-align: center;
}

.clear
{
    clear: both;
}
#messenger
{
    float:right;
    margin:10px;
    border:solid 1px #ccc;
}

.textbox /*to style text boxes*/
{
	width: 200px;
	border:solid 1px #ccc;
background-color:#eee;
}
.textboxmulti
{
	width: 300px;
	border:solid 1px #ccc;
background-color:#eee;
}

.btn{
	border:solid 1px #ccc;
	padding:2px 4px;
}