@charset "utf-8";
/* CSS Document */

/* ************************************* BASIC STYLES ********** */
body {
	background-image:url(../images/BG.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	text-align: center;
	}		
#container	 {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	height:600px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:16px;
	margin: 0;
	padding: 0;
	}

p {
	
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	margin: 0;
	padding: 0;
	}

a {
	text-decoration:none;
	color: #FFF;
	/*font-weight: bold;*/	
	}

a:hover {
	color: #C00;
	}
	
a img {border: none; } 

	
table p {
margin: 0;
padding: 0;
}


/* ********************************* DIV TAGS ********************* */		
#logo1 {
	position:relative;
	background-image:url(../images/newrobing.jpg);
	background-repeat:no-repeat;
	width:140px;
	top:55px;
	height:50px;
	}
#logo2 {
	position:relative;
	background-image:url(../images/productions.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	top:12px;
	left:137px;
	}
#line {
	position:relative;
	background-image:url(../images/line.jpg);
	background-repeat:no-repeat;
	height:450px;
	width:2px;
	top:-34px;
	left:133px;
	}
#menu {
	position:relative;
	width:200px;
	top:-415px;
	left:-73px;
	font-size:24px;
	text-align:right;
	height:400px;
	}
#log_hr {
	background-image:url(../images/hr.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:1px;
	width:160px;
	left:21px;
}
#loginfo {
	position:relative;
	font-size:16px;
	padding-right:5px;
	padding-bottom:1px;
	width:160px;
	top:25px;
	left:40px;
	}
#content {
	position:relative;
	width:600px;
	height:300px;
	top:-808px;
	left:141px;
	}
p.we_are {
	position:relative;
	top:16px;
	}
p.we_do {
	position:relative;
	top:35px;
	}
#dot {
	position:relative;
	background-image:url(../images/dot.jpg);
	background-repeat:no-repeat;
	width:20px;
	top:42px;
	left:0px;
	}
#footer {
	position:relative;
	top:25px;
	left:20px;
	height: 80px;
	text-align: left;
	font-size:9px;
	color:#000000;
	font-family:Verdana;
	}

/* *********************************************************** DIV TAGS FOR ADMIN PAGE ***************************************** */

#user_group_container {
	position:relative;
	width:600px;
	top:0px;
	left:0px;
	}
	#adminmenu {
	position:relative;
	width:600px;
	top:0px;
	left:0px;
	font-size:20px;
	}
#confirmationbox {
	position:relative;
	width:400px;
	height:40px;
	top:-0px;
	left:0px;
	border:medium solid #C00;
	padding-left:20px;
	padding-top:10px;
	}
