/**
 * Style sheet basic
 */
body{
	margin:0px;
	padding:0px;
	background-color:#f1f1e1;
	background-attachment:fixed;
}

#wrapper {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	margin: 0px;
	padding:10px;
}
#right {
	margin-right:0px;
	font-size:11px;
}
#right .inside {
	background-repeat: no-repeat;
	padding: 0;
}

#main{
	padding: 0;
	background-image: url(tl_files/weddingdress4/LAYOUT/bkgr_main.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	font-size:11px;
}
#main .ce_text, #right .ce_text{
	color: #666666;
}

*html #main {
	height: 250px;
}


a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul{
	font-family:Verdana, sans-serif;
}

h1{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
	color: #009ee0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h2, .program h2{
	margin:20px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	color: #009ee0;
}
.ds_overview h2, .newsticker h2{	margin-top:0px;}


a{
	text-decoration:none;
	color:#009ee0;
}

a:hover{
	text-decoration:underline;
	color:#009ee0;
}

img{
	vertical-align:middle;
	border:0px;
	behavior:url('tl_files/pngbehavior.htc');
}


p, pre, form{
	margin:0px 0px 8px 0px;
	padding:0px;
}
ul p{
	margin:0px;
	padding:0px;
}

#sb-title-inner {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}