/* stylesheet for screen */

body {
      background-image: url(http://www.wondersparkcreative.com/images/background.png);
	  background-repeat: repeat-x;
	  font-family: "Verdana", "Arial", "sans-serif";
	  font-size: x-small;
}

a img {
	border: none; 
}

/* begin main content code */

#main {
	background-color: #fff;
	width: 760px;
	height: 540px;
	top: 24px;
	left: 50%;
	margin-left: -380px;
	position: absolute;
}

  /* curved corners */
		#toprightcorner {
		height: 17px;
		width: 17px;
		right: 0px;
		top: 0px;
		position: absolute;
	}
	
		#topleftcorner {
		height: 17px;
		width: 17px;
		left: 0px;
		top: 0px;
		position: absolute;
	}
	
#sitelogo {
	right: 20px;
	top: 35px;
	position: absolute;
}

/* end main content code */


/* begin right navigation code */

#rightnavi {
	right: 25px;
	top: 160px;
	position: absolute;
}
	
.navigationimage {
	display: block;
	margin: 7px
}
	
.portfolionavigation {
	display: block;
	margin: 5px
}

.blognavigation {
	display: block;
	margin: 5px
}

a:link {
	text-decoration: none;
	color: red;
}

a:visited {
	text-decoration: none;
	color: purple;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
	
/* end right navigation code */
	

/* begin image area code */
	
#splash_imagearea {
	left: 90px;
	top: 180px;
	position: absolute;
}	
	
#imagearea {
	left: 0px;
	top: 28px;
	position: absolute;
}
	
/* end image area code */


/* begin text area code */

#textarea {
	left: 430px;
	top: 160px;
	width: 180px;
	position: absolute;
}

#twitter {
	left: 777px;
	top: 289px;
	width: 180px;
	position: absolute;
}

#facebook {
	top: 300px;
	position: absolute;
}

h2 {
	font-size: larger;
	font-weight: bold;
	color: #CC0066;
}

h4 {
	color: #CC0066;
}

/* end text area code */

#socialmedia {
	left:6px;
	top: 465px;
	width: 200px;
	position: absolute;
}

/* begin footer code */

#footer {
	left: 7px;
	top: 513px;
	width: 200px;
	position: absolute;
	font-size: smaller;
	font-style: italic;
}

/* end footer code */



/* begin styling for table */

table {
	font-size: smaller;
}

table tr#title {
	background-color: #CCCCCC
}
/* end styling for table */
