/* CSS Document */
a:link { 
	color: #ff3301;
	/* text-decoration:none;*/
	}
a:visited { 
	color: #ff3301;
	/* text-decoration: none;*/
	}
a:hover { 
	color: #FFFFFF;
	background-color: #333333;
	/* text-decoration: none;*/
	}
a:active { 
	color: #333333;
	/* text-decoration: none;*/
	}








body {
    margin: 0;
    padding: 0;
	margin-top: 20px;
    background-color:#000000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

p {
    margin: 60px 0px 0px 200px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 140%;*/
	font-size: 12px;
	padding-right: 100px;
	padding-bottom: 100px;
    color: #ffffff;
}

h1, h2 {
	margin: 50px 0px 0px 200px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 140%;*/
	font-size: 15px;
    color: #ffffff;
}

#wrapper {
	width: 1004px;
	height: auto;
	margin:0 auto; /*center the website in the browser*/
	background-color: #000000;
	background-image: url(../images/backg.jpg);
	background-repeat:repeat-x;
	/*background-position:bottom;*/
    text-align: left;
}
#leftColumn {
	width: 450px;
	height: 613px;
	float:left;
}
#maincontent_newtemp {
    /*margin: 90px 10% 0 190px;*/
	width: 554px;
	height:613px;
	float:right;
	position:relative;
	/*min-width: 725px;
    max-width: 840px;*/
}


#header {
	width: auto;
	height: 27px;
	font-size: 15px;
	font-weight:400;
	padding-top: 10px;
	margin: 10px 0px 0px 80px;
	color: #ff3301;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#000000;*/
	position:relative;
}
#logoBar {
	width: 1004px;
	height: 146px;
	background-image: url(../images/softPauerLogo.png);
	background-repeat:no-repeat;
	background-position: left;
}
#logoBarText {
	width: 540px;
	height: 25px;
	color: #ffffff;
	font-size: 12px;
	padding-left: 30px;
	margin: 0px 0px 0px 20px;
}

#ImageBar {
    margin: 50px 15px 15px 15px;
	width: 150px;
	height: 800px;
	float: left;
	position:relative;
}

