html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,blockquote,address,pre,ul,ol,li
{
    margin: 0px;
    padding: 0px;
}

body 
{
	background: #fff url(images/bg-body.gif) repeat-y center top;
    font-family: Georgia, Serif;
	font-size: 75%;
    color: #333;
    margin: 0px;
    padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p {
	font-size: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-family: Arial, Sans-Serif;
	font-size: 1.25em;
	color: #2f8926;
}

p {
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
}

a {
	color: #ee7f00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#left {
	float: left;
	width: 334px;
	background: #fff;
}

#logo {
	float: left;
	width: 260px;
	height: 53px;
	margin: 45px 0 30px 35px;
	
}

#logo h1 a {
	display: block;
	width: 260px;
	height: 53px;
	background: url(images/logo-twg.gif) no-repeat;
	text-indent: -9999px;
	outline: 0;
}

#intro {
	float: left;
	width: 299px;
	height: 126px;
	background: url(images/bg-intro.jpg) no-repeat;
	margin-bottom: 30px;
	padding: 30px 0 0 35px;
}

h3.h3-welcome {
	background: url(images/h3-welcome.gif) no-repeat;
	width: 241px;
	height: 48px;
	text-indent: -9999px;
	line-height: 1;
	margin-bottom: 0;
	color: #fff;
}

#left .content {
	float: left;
	width: 260px;
	margin-left: 35px;
	border-bottom: solid 4px #ecedee;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#container 
{
	margin: 0 auto;
	width: 960px;
	min-height: 400px;
	overflow: hidden;
	text-align: left;
}

#content {
	float: left;
	width: 960px;
	background: #fff;
	min-height: 200px;
	background: #fff url(images/bg-content.gif) no-repeat left bottom;
	margin-bottom: 40px;
}

#right {
	float: left;
	width: 616px;
	padding-top: 94px;
	min-height: 400px;
	background: #2f8926 url(images/bg-content.jpg) no-repeat;
	padding-bottom: 30px;
}

.group {
	float: left;
	width: 616px;
	height: 215px;
	border-top: solid 4px #3c810f;
	clear: both;
	margin-bottom: 10px;
	background: #fff url(images/bg-group.jpg) no-repeat right bottom;
}

.group div {
	float: left;
}

.group p {
	font-size: .95em;
}

.logo-button {
	width: 120px;
	padding: 32px 0 0 15px;
}

.logo-button img.logo {
	clear: both;
	margin-bottom: 40px;
}

.logo-button a {
	margin-left: 10px;
}

.group .content {
	padding: 30px 0 0 15px;
	width: 230px;
}

#footer {
	clear: both;
	float: left;
	width: 260px;
	margin-left: 35px;
	padding-bottom: 30px;
	font-family: Arial, Sans-Serif;
}

#footer p {
	font-size: .9em;
	color: #999;
	margin-bottom: 2px;
}

.link-separator {
	font-size: 18px;
	color: #e8e8e8;
}


#footer a.twc {
	background: url(images/logo-twc.gif) no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #999;
}

#footer a.twc:hover {
	color: #333;
}

body#popup {
	background: #fff;
}

#popup .content {
	padding: 30px;
	width: 740px;
}