/* ------------------------ Vivah Weddings Planning and Consultaion -----------------------*/

/* ---------------------------- Layout 4row and 2col in 3rd row ---------------------- */

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #000;
 background-image: url(images/BG2.gif);
}
#wrapper {
 margin-left: auto;
 margin-right: auto;
 width: 1000px;
 border: 1px solid #ccc;
 background: #fff;
}
#header {
 color: #333;
 width: 1000px;
 float: left;
 height: 140px;
 background: #fff;
}
#navigation {
 float: left;
 width: 1000px;
 height: 25px;
 color: #333;
 background: #eee;
 border-top: 1px solid #ccc;
}
#leftcolumn {
 color: #333;
 background: #fff;
 height: 400px;
 width: 100px;
 float: left;
}
#rightcolumn {
 float: right;
 color: #333;
 background: #fff;
 height: 400px;
 width: 900px;
 display: inline;
}
#footer {
 width: 1000px;
 height: 25px;
 clear: both;
 color: #333;
 background: #eee;
 border-top: 1px solid #ccc;
}

#footer p {
 padding:7px 30px 0 0;
 margin:0;
 font-size: 11px;
}



/* ---------------------- Navigation Menu -------------------- */

#navcontainer { /* none needed */ }

ul#navlist
{
 margin: 0;
 padding: 0;
 list-style-type: none;
 white-space: nowrap;
}

ul#navlist li
{
 float: left;
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 /* font-weight: bold; */
 margin: 0;
 padding: 5px 0 4px 0;
 background-color: #EEEEEE;
}

#navlist a, #navlist a:link
{
 margin: 0;
 padding: 5px 30px 4px 20px;
 color: #111;
 /* border-right: 1px dashed #d1e3db; */
 text-decoration: none;
}

ul#navlist li#active
{
 color: #0000ff;
 background-color: #fefefe;
 border-bottom: 2px solid #ffffff;
}

#navlist a:hover
{
 color: #222299;
 background-color: #F7E7CE;
}



/* ------------------- Footer Navigation ---------------------*/

a.nav:link {
 color: #444499; 
 text-decoration: none; 
}

a.nav:visited {
 color: #777777; 
 text-decoration: none; 
}

a.nav:hover {
 color: #000000; 
 text-decoration: underline; 
}

a.nav:active {
 color: #333333;
 text-decoration: none; 
}



/* -------------------Credits table ---------------------------*/

table.credits  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #555555;
 border-right: 1px solid #eeeeee;
}



/* ----------------------- MyFrame -----------------------------*/

#myframe1 { 
 width: 500px;
 height: 300px;
 overflow: auto;
 color: #555555;
}


