@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5118A;
}

#container {	
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
}

#main {
		float: left;
		width: 699px;
}

#updates {
	float: right;
	width: 251px;
	background-color: #FFF;
	height: 545px;
}

#main2 {
	clear: both;
	width: 950px;
}

#tiemeup {
	float: left;
	width: 567px;
}

#youngjessica02 {
	float: right;
	width: 383px;
}

#youngjessica03 {
	clear: both;
	width: 950px;
}

#footer {
	width: 950px;
	height: 106px;
	clear: both;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

#sites {
	width: 950px;
	background-image: url(bg.jpg);
}

.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	line-height: 16px;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
