/* CSS Document */

body{
	background:#BDB879 url(/img/bgwords.jpg);
	margin:0;
	padding:0;
	text-align:center;
}

/* Decor Ideas */

#decorIdeas{
	text-align:center;
}

#captions{
	display:block;
	margin:10px;
	padding:10px;
}

#container, #main, #preview{
	text-align:left;
	margin:0 auto;
	width:750px;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	padding:0;
}


/* Tabs Class */
#tabs{
	line-height:1.5em;
}

#tabs ul{
	float:left;
	margin:0;
	list-style-type:none;
	background:#BDB879 url(/img/tab_bottom.gif) repeat-x bottom left;
	width:705px;
	padding:10px 0 0 45px;
}

#tabs li{
	float:left;
	padding:0;
	margin:0;
}

#tabs a{
	float:left;
	color:#747334;
	display:block;
	margin:0 1px 0 0;
	padding:4px 8px;
	text-decoration:none;
	border:1px solid #979066;
	border-bottom:none;
	background:#D1CCB9 url(/img/tab_off.gif) repeat-x top left;
}

#tabs a:hover, #selected a{
	color:#747334;
	padding-bottom:5px;
	background: #e6e5c7 url(/img/tab_on.gif) repeat-x top left;
	
}
/* Header Class */
#header{
	clear:left;
	background:#e6e5c7;
	padding:15px 0 10px 0;
	border-right:1px solid #979066;
	border-left:1px solid #979066;
}

#header a{
	color:#747334;
	text-decoration:none;
	border-bottom:none;
}

#header a:hover{
	color:#747334;
}

/* Preamble Class */
#preamble{
	padding:15px 10px 10px 75px;
	color:#B05800;
	background:#e6e5c7 url(/img/creativewall.jpg) no-repeat left top;
	line-height:2em;
	height:100px;
	border:1px solid #979066;
}

#preamble h1{
	font-size:14px;
	font-weight:bold;
	margin-top:0;
}

/* Preview class */
#preview{
	background-color:#e6e5c7;
	padding:15px 5px 5px 10px;
	border-right:1px solid #979066;
	border-left:1px solid #979066;
}

/* Main Class */
#main{
	background-color:#e6e5c7;
	padding-top:10px;
	border-right:1px solid #979066;
	border-left:1px solid #979066;
}

#main h2{
	line-height:2em;
	font-size:11px;
	margin:10px 10px 5px 0;
	padding-left:20px;
	background:#DEDBBB url(/img/h2.jpg) no-repeat right top;
	border:1px solid #979066;
}

#main p{
	margin:0 0 5px 20px;
	font-size:10px;
	line-height:1.5em;
}

#main h3
{
	margin:0 0 5px 20px;
	font-size:14px;
}

#main a{
	display:block;
	padding:3px 0 0 0;
	margin:0;
	color:#747334;
	background-color:#e6e5c7;
	text-decoration:none;
	width:100%;
}

#main a:hover{
	color:#B05800;
	background-color:#DEDBBB;
	text-decoration:none;
}

#main .inlineLink{
	display:inline;
	padding:0;
	width:auto;
	text-decoration:underline;
}

#main .inlineLink:hover{
	color:#B05800;
	background-color:#DEDBBB;
	text-decoration:none;
}

#main ul{
	list-style:none;
	margin:5px 10px 15px 20px;
	padding:0;
}

#main ul li{
	line-height:2em;
	border-bottom:1px solid #DDD7B3;
	padding:5px 0 0 0;
}

#mainleft{
	float:left;
	width:450px;
}

#mainleft a{
	color:#B05800;
	text-decoration:underline;
}

#mainleft a:hover{
	text-decoration::none;
}

#mainright{
	float:right;
	width:250px;
}
/* Footer Class */
#footer{
	clear:both;
	background-color:#e6e5c7;
	font-size:9px;
	text-align:center;
	padding:10px;
	border-bottom:1px solid #979066;
}

/* Images Class */
#images{
	background:#e6e5c7 url(/img/loading.gif) 50% 50% no-repeat;
	width:550px;
	text-align:center;
}

/* Control Classes */
.txt, .radio
{
	border:1px solid #979066;
	font-family:Verdana;
	font-size:10px;
}

.radio
{
	border:none;
}

#colors
{
	margin:0 0 5px 20px;
}

#colors ul{
	list-style-type:none;
	float:left;
	margin:0;
}

#colors ul li{
	float:left;
	width:25px;
	height:25px;
	margin:3px;
	border:2px solid #979066;
	display:block;
	padding:0;
}

.summary{
	margin-right:5px;
}

.summaryitem{
	font-size:10px; 
	font-weight:bold;"
}

.bigWord{
	font-size:12px;
	font-weight:bold;
}


