/* AUTHOR ~ 356-13-7394
--------------------------------------------
COLOR
      color #1 - #FFFFFF
	  color #2 - #000000
	  color #3 - #CC0099
	  color #4 - #FFCC00
	  color #5 - #66FF00
	 	  
--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/
.body {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
body{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	background:#000000;
}
a, img {
    border:none;
}
/**************************~STRUCTURE************************************/
#topheader {
    width:700px; 
	margin:auto;
}
#contentBox {
    width:700px; 
	height:435px; 
	margin:auto;
}
#contentBox2 {
    background-image:url('http://www.cartoon69.com/s2/images/content2.jpg'); 
	height:294px; 
	width:594px; 
	background-repeat:no-repeat;
}
#contentBox3 {
    background-image:url('http://www.cartoon69.com/s2/images/content3.jpg'); 
	height:294px; 
	width:594px; 
	background-repeat:no-repeat;
}
#contentBox4 {
    background-image:url('http://www.cartoon69.com/s2/images/content4.jpg'); 
	height:294px; 
	width:594px; 
	background-repeat:no-repeat;
}
#contentBox5 {
    background-image:url('http://www.cartoon69.com/s2/images/content5.jpg'); 
	height:294px; 
	width:594px; 
	background-repeat:no-repeat;
}
#contentBoxLeftCol {
    width:106px; 
	height:435px; 
	float:left;
}
#contentBoxRight {
    width:594px; 
	height:435px; 
	float:right;
}
#descBox {
    width:325px; 
	height:161px; 
	padding-left:40px; 
	padding-top:35px; 
	float:left;
}
.upperRightLink {
    display:block; 
	width:229px;
	height:206px; 
	float:right;
}
.lowerLink {
    display:block; 
	width:594px; 
	height:87px; 
	clear:both;
}
#footer {
    text-align:center; 
	margin:auto; 
	margin-top:25px;
}
/**************************~IMAGES************************************/

/**************************~TEXT************************************/
.boldwhite {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
/**************************~LINKS************************************/
.linksmall {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CC0099}
a:link{
	color:#FFCC00;
}
a:visited{
	color:#FFCC00;
}