﻿/* Wallpapers */

#wallpapertextarea {
	width: 678px;
	height: 70px;
	float: left;
	text-align: left; 
}

.wallpaperrow {
	width: 690px;
	height: 210px;
	text-align: left;
}

.wallpaperlinks {
	width: 150px;
	height: 146px;
	text-align: center;
	float: left;
	padding: 0px 5px 0px 5px;
}

#wallpaperbuttonarea {
	width: 678px;
	height: 450px;
	overflow:scroll;
	overflow-x: hidden;
	float: left;
	margin-bottom:28px;
}

#wallPaperPopup
{
	width:500px;
	height:400px;
	background-color:White;
	border:1px solid black;
}

.wallPaperImg
{
	border:1px solid #CCCCCC;
	margin: 0px 5px 4px 5px;	
}

/* Make And Do */
.makeAndDoLinks {
	width: 150px;
	height: 146px;
	text-align: center;
	float: left;
	padding: 0px 5px 0px 5px;
}

.makeAndDoRow
{
	width: 690px;
	height: 140px;
	text-align: center;
	}
	
	#content
	{
		width:697px;
		height:600px;
		overflow-y:auto;
		overflow-x:hidden;
		margin-top:4px;
	}
	
	
	#banner {
	width: 678px;
	height: 82px;
	float: left;
}

h1 {
	font-family: verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #3c7381;
	margin-bottom:10px;
}


h2
{
	color:Purple;
	font-size:12px;
	
}

.modalBackground
{
    background-color: black;
    filter: Alpha(Opacity=65); -moz-opacity:0.65; opacity: 0.65;
}