* {
    margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

p {
	padding-top: 20px;
    font-family: Arial;
	font-size: 13px;
	color: #666666;
}

.header {
	font-family: Arial;
    font-size: 16px;
	color: #117FA9;
	font-weight: bold;
}

.homeText {
	font-size: 14px;
	color: #666666;
	text-align: justify;
	line-height: 20px;
}

.caption {
	font-size:10px;
}

ul {
    padding-left:25px;
	padding-top: 10px;
}

img.board {
	margin-left: 20px;
}

#container {
    width: 986px;
	background: url(images/bg-bluedots.gif) repeat-y top left;
	z-index: 100;
}

#wrapperHome {
    width: 986px;
	background: url(images/boy-home.jpg) no-repeat top right;
	z-index: 10;
}

#headerHome {
    width: 986px;
	height: 136px;
}

#menuHome {
    width: 194px;
	margin: 54px 0 0 50px;
	background: transparent;
}

#leftHome {
    float: left;
	width: 238px;
}

#rightHome {
    margin-left: 238px;
	width: 403px;
	height: 303px;
	margin-top: 30px;
}

#headerInside {
    width: 986px;
	height: 120px;
}

#menuInside {
    float: left;
	width: 512px;
	height: 100px;
	padding-top: 13px;
	padding-left: 20px;
	background-color: #ffffff;
}

#logoInside {
    margin-left: 512px;
	width: 400px;
	height: 100px;
}

#leftInside {
    clear: both;
	float: left;
	width: 141px;
	padding-left:50px
}

#rightInside {
    margin-left: 191px;
	width: 690px;
	padding-top: 20px;
	text-align: left;
}

#footer {
	clear: both;
    width: 986px;
	height: 170px;
	background: url(images/footer.gif) no-repeat;
}

#footerText {
    width: 986px;
	padding-top: 130px;
}


#twitter{
	float: left;
	font-size:10px;
	text-align: center;
	width: 240px;
}

#copyright{
	float: left;
	font-size:10px;
	text-align: center;
	width: 240px;
	padding-top: 10px;
}

#legal {
    float: left;
	font-size: 10px;
	text-align: center;
	width: 240px;
	padding-top: 10px;
}

#date {
	float: left;
	font-size: 10px;
	text-align: center;
	width: 240px;
	padding-top: 10px;
}

a:link {
	font-size: 13px;
	font-weight: normal;
	font-family: arial;
	color: #666666;
	text-decoration: underline;
}

a:visited {
	font-size: 13px;
	font-weight: normal;
	font-family: arial;
	color: #666666;
	text-decoration: underline;
}

a:hover {
	font-size: 13px;
	font-weight: normal;
	font-family: arial;
	color: #666666;
	text-decoration: underline;
}

a:active {
	font-size: 13px;
	font-weight: normal;
	font-family: arial;
	color: #666666;
	text-decoration: underline;
}

a.small:link, a.small:visited, a.small:hover, a.small:active {
    font-size: 10px;
}

