* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
     background-color: #c0c0c0;
     font-family: Verdana, Tahoma, Helvetica, Arial;
     min-height:805px;
     min-width:874px;
 	 text-align:center;
}
/* -------global----- */

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}


#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
    height:805px;
}

#global {
    width: 874px;
	background:#fff;
	height: 805px;
	margin-left:auto;
	margin-right:auto;
}

.insideLeft {
     width: 874px;
     background: #ffffff;
     height: 805px;
  	 float: left;
     text-align: left;
}

.insideRight {
     width: 71px;
  	 background: url(img/back.gif) repeat-y;
     height: 625px;
   	 float: right;
}

.back {
  	 background: url(img/back.gif) repeat-y;
     background-position:right;
}

/* --------------- */
img { border: 0;}



/* navigation & content */

#navigation {
	width: 280px;
    height: 628px;
    background: #ffffff;
    vertical-align:text-top;
}

#navigation_index {
	width: 280px;
    height: 755px;
    background: #ffffff;
    vertical-align:text-top;
}

#content {
    width: 523px;
    text-align: left;
    background: #ffffff;
}

#content_index {
    width: 594px;
    text-align: left;
    background: #ffffff;
}



#content_embed {
    width: 510px;
    height: 583px;
    text-align: center;
    background: #ffffff;
    
}

.menu {
    width: 200px;
    color: #999999;
    font-size: 14px;
    margin-top: 34px;
    text-align: left;
    margin-left: 42px;
}

.submenu {
    width: 200px;
    color: #999999;
    font-size: 10px;
    text-align: left;
}

.submenu_down {
    width: 200px;
    color: #ffffff;
    font-size: 10px;
    text-align: left;
}

.info {
    color: #330000;
    font-size: 11px;
    text-align: left;
    padding-left: 5px;
}

.details {
    font-size: 10px;
    margin-left: 2px;
}

.email {
    color: #330000;
    font-size: 10px;
    width: 100px;
    text-align: left;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 8px;
    
}

/* --------------- */

/* footer details */

.copyright {
	color: #c0c0c0;
    text-align: left;
    font-size: 10px;
}

#imonda {
    color: #ffffff;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    font-size:9px;
}
/* --------------- */

/* Hyper Links */


mainlink {font-size: 14px; color: #330000; outline: none;}
a.nav {color: #ffffff; background: #330000; }
a.navdown {color: #330000; background: none; }
a.navsection {color: #330000; background: none; }

a.email {color: #330000; background: #ffcc00; text-decoration: none;}
a.email:hover {color: #330000; background: #ffffff; text-decoration: none; }

a.imonda {color: #ffffff; background: none; font-weight: bold; text-decoration: none; outline: none;}
a.imonda:hover {color: #330000; background: none; text-decoration: none; outline: none;}

nav {color: #ffffff; background: #330000; }

a { color: #330000; outline: none; text-decoration: none;}
/* a:hover { color: #330000; outline: none; text-decoration: none;} */
a:hover {color: #ffffff; text-decoration: none; outline: none;}
a.img:hover { background: none; text-decoration: none; outline: none;}

a.navdown:hover {color: #ffffff; background: #330000; }
a.navsection:hover {color: #ffffff; background: none; text-decoration: none; outline: none;}
a.nav:hover {color: #ffffff; background: #330000; }


