body { 
	background-image: url("images/nre_bg_bara.jpg");
        background-repeat: repeat-x;
        background-color: #000;
	height: 75%;
	font-family: arial;
	font-size: 14px;
	}

p { margin: 10px; }

#wrapper {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -50%;
	width: 100%;
	border-style-top: solid;
        border-style-bottom:
	border-width: 2px;
	}

a { color: #000; text-decoration: none;}

#header {
        position: absolute;
	width: 100%;
	top: 0px;
	height: 60px;
	font-size: 42px;
        font-weight: bold;
	text-align: center;
	}

#header a { color: #000; }
#header img { top: 0px; text-decoration: none; border: none; }
#begin_para {
        display: inline;
	color : #009;
	font-weight: bold;
	font-size: 125%;
	padding-right: 3px;
	}

#menu {
	position: absolute;
        width: 100%;
	font-style: bold;
        text-align: center;
        top: 85px;
	}

#menu a {  
	color: #009;
	padding-left: 15px;
        padding-right: 15px;
	font-weight: bold;
	font-size: 14px;
	}

#menu a:hover {
	color: #99f;
	font-style: italic;
	}

#content {
	position: absolute;
	left: 22%;
	/* margin-left: -300px; */
	width: 600px;
        padding: 10px;
        margin-bottom: 10px;
        background-color: #eed;
        border: 2px solid #557;
     	top: 140px;
	}

#content a { color: #00f; }
#content a:hover { color: #f00; }
#content img { border: none; }

#cblock { 
	width: auto;
	padding: 5px;
        border-bottom: 1px solid #999;
        margin-bottom: 10px;
	}

#name { font-size: 120%; }

#logo { 
        position: absolute; 
        width: 20%;
        top: 140px;
	left: 10px;
       }
#logo h3 {color: #ccc;margin-top: 40px; }

#logo p { font-color: #000;background-color: #fff; text-align: center; font-weight:bold; font-size: 28px; }

#logo img { width: 100%; border: none;}


#tagline { 
        position: relative; 
        width: 100%; 
        text-align: center; 
        top: 115px;
        font-size: 14px;
        }

#copy { 
	posi_tion: absolute;
       margin-top: 20px;
	bottom: 5px;
	width: 100%;
	text-align: right;
	font-size: 10px;
       color: #669;
	}
#copy a { color: #669; padding-right: 10px;}

#title { 
	font-weight: bold; 
	font-style: italic;
	font-size: 110%;	
	padding: 5px;
	}

table { width: 100%; }
td { text-align: center; font-size: 80%; }
input { width: 20em; }
#textbox input { height: 10em;}
#splash {
           padding-top: 50px;
           padding-bottom: 50px;
           text-align: center;
          }

.cimage { 
           float: right;
           border-style: solid;
           border-width: 2px;
           border-color: #aaa;
           width: 150px;
           margin: 10px;
          }
