html {
	margin:0px 0 0 0;
	border:none;
	padding:0px 0 0 0;
	height:100%;
}

body {
	margin:0px 0 0 0;
	border:none;
	padding:0 0 0 0;
	height:100%;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serrif;
	color:#444;
	background:#fff;
}

a:link, a:visited, a:active {
	color:#B5B05C;
	xpadding: 0 1px;
}

a:hover {
	color:#000;
	xtext-decoration: none;
}


a.imgLink:hover {
	background: none;
}

table tr td {
	font-size:12px;
	line-height: 18px;
}

p{
	margin: 0;
	padding: 0 0 0 0;
}

/* =headings */
h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #004A61;
	letter-spacing: -1px;
}
h2 {
	margin:20px 0px 10px 0px;
	padding:0px;
	font-size:16px;
	color: #333;
	xletter-spacing: -1px;
}
h3 {
	margin:20px 0 0 0px;
	padding:0px;
	font-size:14px;
	color:#333;
	font-weight: bold;
}
h4 {
	margin:5px 0 0 0px;
	padding:0px;
	font-size:12px;
	color:#333;
	font-weight: bold;
}


ul{
	margin: 0 0 10px 18px;
	padding: 0;
	xlist-style-type: none;
}
ul li{
	margin: 5px 0;
	padding: 0;
}


/* = */
#tsg {
	display:none;
}

#wrapper {
	margin:0px auto 0 auto;
	border:none;
	padding:0px;
	width:801px;
	height: 601px;
	text-align:left;
}
.home {
	background:url(../images/bg.jpg) top center no-repeat;
}
.profile {
	background:url(../images/bg-profile.jpg) top center no-repeat;
}
.contact {
	background:url(../images/bg-contact.jpg) top center no-repeat;
}
/* =header */
#header {
	margin:0px;
	border:none;
	height:100px;
	overflow:hidden;
}

#header h1 {
	xbackground: pink;
	width: 287px;
	height:98px;
	float: left;
	xborder: 1px solid red;
}
#header h1 a:link, #header h1 a:visited {
	margin:0;
	border:none;
	padding:0px;
	display:block;
	width:287px;
	height:98px;
	overflow:hidden;
	text-decoration:none;
	background:url(../images/logo-tsg.jpg) top left no-repeat;
	color: #eee;
	font: 38px Times New Roman,Palatino,  Georgia; 
	letter-spacing: -1px;
}
#header h1 a:link span, #header h1 a:visited span{
	display: none
}
#header h1 a:hover{
	background:url(../images/logo-tsg-over.jpg) top left no-repeat;
}

/* =menu */
#menu {
	xbackground: yellow;
	width: 264px;
	float: right;
	height: 40px;
	xbackground:url(../images/css/bg-nav.jpg) top left no-repeat;
	xborder: 1px solid red;
	padding-top: 42px;
}
#menu ul {
	margin:0px 0px 0px 4px;
	border:none;
	padding:0px;
	list-style:none;
	white-space:nowrap;

}
#menu ul li {
	margin:10px 2px 0px 0px;
	padding:0px;
	float:left;
	height:20px;
	xborder-right: 1px solid #B1DCAB;
	text-transform: uppercase;
	xfont-size: 22px;
	padding:0 0 0 6px;
}
#menu ul li.last {
	border-right: none;
}
#menu ul li.current a{
	color: #B5B05C;
}

#menu ul li a {
	xborder-top:1px solid #666;
	xfont-weight: bold;
	line-height:20px;
	font-size: 14px;
	display:block;
	text-decoration:none;
	xtext-transform:uppercase;
	color:#004A61;
	xbackground:#303030;
}

#menu ul li a:hover {
	color:#B5B05C;
	background: transparent;
}

#menu ul li.current a:link, #menu ul li.current a:visited, #menu ul li.current a:hover , #menu ul li.current a:active {
	margin:0px;
	xfont-weight: bold;
	xborder-top:1px solid #99CDDF;
	line-height:20px;
	font-size: 14px;
	display:block;
	text-decoration:none;
	xtext-transform:uppercase;
	xcolor:#63B757;
	xbackground:#43ADD5;
}



/* =left */

#content {
	width:600px;
	height: 80%;
	margin: 100px 0 20px 200px;
	xborder: 1px solid red;
}


#main {
	float:left;
	width:501px;
	xheight:460px;
	xborder: 1px solid blue;
	margin-left: 0;
	padding: 0 0 0 80px;
	font-size: 14px;
	
}
#main p{
	xcolor:red;
	text-align: left;
	margin-top: 5px;
	line-height: 22px;
}





/* =footer */

#footer {
	margin:10px 0 0 0px;
	padding:0 0px 50px 0;
	height:120px;
	float: left;
	width: 100%;
	text-align:center;
	clear:both;
	color:#414141;
	font-size:10px;
	line-height:20px;
	xbackground: pink;
}

#footer a {
	color:#414141;
	text-decoration:none;
}
#footer a:hover {
	color:#B5B05C;
	text-decoration:underline;
	background: none;
}



.tsg{
	color: #f06;
	xtext-transform: uppercase;
}


.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}
