@charset "utf-8";
/* CSS Document */

/*ddm*/

body { background-color:#FFFFFF }

table.bordernone
{
 border:none;
}

table.boderone
{
border: 2px solid black;
}

table.background
{
  width: 720px;
  height: 500px;
  background:url(images/contentbg.jpg);

}

table.greybar
{
  width: 1000px;
  height: 20px;
  background:url(images/greybar.jpg);
}

td.sidebg
{
width: 140px;
height: 500px;
background:url(images/sidebg.jpg);
}

td.banner
{
  width: 1000px;
  height: 200px;
  background:url(images/banner.jpg);
  
}

td.bgred
{
width:auto;
height: 1px;
background:#990000;
}


table.middle
{
text-align:center;
}


div.scroll
{
width:670px;
height:200px;
overflow:auto;
}

div.scrollfull
{
width:680px;
height:400px;
overflow:auto;
}

td.bglogo
{
width:250px;
height:700px;
background:url(images/logo_big.jpg);
}

td.glogo
{
width:250px;
height:700px;
background:url(images/glogo.jpg);
}
td.flogo
{
width:250px;
height:700px;
background:url(images/flogo.jpg);
}

td.wlogo
{
width:250px;
height:700px;
background:url(images/wlogo.jpg);
}

td.fashionsidebg
{
width:250px;
height:700px;
background:url(images/fashionsidebg.jpg);
}

td.glamoursidebg
{
width:250px;
height:700px;
background:url(images/glamoursidebg.jpg);
}

td.commsidebg
{
width:250px;
height:700px;
background:url(images/commsidebg.jpg);
}

td.wedsidebg
{
width:250px;
height:700px;
background:url(images/wedsidebg.jpg);
}

td.fashionsidetxt
{
width:220px;
height:90px;
background:url(images/fashionsidetxt.gif);
filter:alpha(opacity=30);
}

td.commsidetxt
{
width:220px;
height:90px;
background:url(images/commsidetxt.gif);
filter:alpha(opacity=30);
}

td.glamoursidetxt
{
width:220px;
height:90px;
background:url(images/glamoursidetxt.gif);
filter:alpha(opacity=30);
}

td.wedsidetxt
{
width:220px;
height:90px;
background:url(images/wedsidetxt.gif);
filter:alpha(opacity=30);
}

td.transbg
{
width:560px;
height:560px;
background:#FFFFFF;

}

td.transbg2
{
width:1000px;
height:90px;
background:#FFFFFF;

}

td.transbg00
{

background: url(images/transbg.png);

}

td.transbox2
{
  width: 1000px;
  height: 70px;
  background-color: #ffffff;
  filter:alpha(opacity=60);
  opacity:0.6;
}

td.transbox
{
  width: 650px;
  height: 400px;
  background-color: #ffffff;
  filter:alpha(opacity=60);
  opacity:0.6;
}

td.alignmiddletop
{
vertical-align:top;
text-align:center;
}

td.alignmiddle
{
vertical-align:middle;
text-align:center;
}

td.aligntop
{
vertical-align:top;
}

td.aligntopleft
{
vertical-align:top;
text-align:left;
}

td.alignbottom
{
vertical-align:bottom;
}

a:link {
	color:#990000;
	text-decoration: none;
	text-align: left;
}
a:visited {
	color:#000000;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color:#999999;
	text-decoration: none;
	text-align: left;
}
a:active {
	color:#990000;
	text-decoration: none;
	text-align: left;
}
a {
	color:#990000;
	font-family: Century Gothic;
	font-size: 12px;
	text-align: left;
}

p.style1
{	color:#666666;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align:justify;
}

p.syle2 {color:#FFFFFF;
	text-decoration:none;
	text-transform:capitalize;
	text-align:center;
	font-family:"Century Gothic";
	font-size:34px;
	vertical-align:top;
	}
p.syle3 {color:#990000;
	text-decoration:none;
	text-align:center;
	font-family:"Century Gothic";
	font-size:14px;
	vertical-align:top;
	}

p.syle4 {color:#666666;
	text-decoration:none;
	text-align:center;
	font-family:"Century Gothic";
	vertical-align:top;
	font-size:large;
	font-weight:bold;
	}

p.style5 {color:#666666;
	text-decoration:none;
	text-transform:none;
	text-align:justify;
	font-family:"Century Gothic";
	font-size:12px;
	vertical-align:top;
	}

p.style6 {color:#990000;
	text-decoration:none;
	text-transform:none;
	text-align:left;
	font-family:"Century Gothic";
	font-size:12px;
	vertical-align:bottom;
	}

p.style7 {color:#666666;
	text-decoration:none;
	text-transform:none;
	text-align:left;
	font-family:"Century Gothic";
	font-size:12px;
	vertical-align:top;
	}
p.title {color:#990000;
	text-decoration:none;
	text-transform:none;
	text-align:left;
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:bold;
	vertical-align:bottom;
	}
p {	color:#333333;
	font-family: "Century Gothic";
	font-size: 10px;
	text-align:center;
	vertical-align:top;
}

p.red {	color:#990000;
	font-family: "Century Gothic";
	font-size: 10px;
	text-align:center;
}

hr {
color:#CCCCCC;
}

table.two
{
table-layout: fixed
}

table.coll 
{
border-collapse: collapse
}

