@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none;
}
body {
	margin: 0 auto;
	padding-top:67px;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8294a0;
}
img {
	border:0;
}
a {
	outline:none;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
#pageBody {
	width:1011px;
	padding:0px 8px 8px 0px;
	overflow:hidden;
	margin-bottom: 50px;
}
/*----------- start: home page -------------*/
#logoJOY {
	position:absolute;
	z-index:100;
}
#logoJOY #logo {
	left:70px;
	position:relative;
	top:-67px;
	width:220px;
	border:0px solid red;
}
#home {
	overflow:hidden;
	padding:33px 33px 16px 39px;
	border-right:0px solid green;
	position:relative;
}
#homeLeft {
	float:left;
	width:612px;
	height:612px;
	overflow:hidden;
	margin-right:30px;
	border-left:0px solid red;
}
#homeLeft #roundedCornerTop {
	height:25px;
}
#homeLeft #roundedCornerBody {
	height:563px;
}
#homeLeft #roundedCornerBottom {
	height:25px;
}
#homeLeft #links {
	width:330px;
	float:right;
	padding-top:62px;
}
#homeLeft #links a {
	display:block;
	float:left;
}
#homeLeft #links img {
	float:left;
}
#homeLeft #title {
	clear:both;
	padding-top:225px;
	padding-left:58px;
}
#homeLeft #writeup {
	padding-top:15px;
	padding-left:58px;
}
#homeRight {
	float:left;
}
#homeRight #col1 {
	width:290px;
	margin-bottom:30px;
}
#homeRight #col1 #roundedPromoTop {
	height:43px;
}
#homeRight #col1 #roundedPromoBottom {
	height:43px;
}
#homeRight #col1 img {
	margin:56px 0 45px 55px;
}
/*----------- start: footer -------------*/

#footer {
	clear:both;
	font-size:10px;
	color:#a1afb8;
	width:900px;
	padding-top:12px;
}
#footer a {
	color:#a1afb8;
	text-decoration:none;
	padding:0px 4px;
}
#footer a:hover {
	text-decoration:underline;
}

/*----------- end: footer -------------*/

