@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
	margin:0;
	padding:0;
}

h1 {
	padding:0;
	margin:0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

p{
	padding:0;
	margin:0;
	color:white;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Main_Container {
	width:1075px;
	height:950px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/metalbackground3.jpg);
	background-repeat:no-repeat;
}

#Sub_Main_Container {
	width:716px;
	padding-left:30px;
	padding-right:29px;
	height:900px;
	background-image:url(../images/GrayscaleBackground.png);
	background-repeat:no-repeat;
	margin-left:150px;
	margin-right:150px;
	margin-top:10px;
	float:left;
}

#Page_Title_1 {
	width:273px;
	height:42px;
	float:left;
	margin-top:58px;
	background-image:url(../images/CUTTINGEDGEtitleGRAY.png);
}

#Page_Title_2 {
	clear:left;
	width:172px;
	height:19px;
	float:left;
	background-image:url(../images/GLASS&METALtitleDARKEST2.png);
}

#Links_Container {
	float:right;
	margin-top:100px;
	width:442px;
	height:35px;
}

#Content_Container {
	clear:both;
	float:left;
	width:660px;
	height:520px;
	padding:12px 28px 19px 28px;
	margin-top:20px;
}

#Content_Container a, #Content_Container a:visited, #Content_Container a:active{
	text-decoration:none;
	color:#aaa;
}

#Content_Container a:hover{
	text-decoration:underline;
	color:#aaa;
}

.A_Link {
	border:2.5px solid #777777;
	width:98px;
	height:23px;
	padding-top:7px;
	float:left;
	margin-right:11px;
	text-align:center;
	text-decoration:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold;
}

.A_Link:hover {
	background-color:#777777;
	color:black;
	font-weight:bold;	
}

.Text_Box {
	background-image:url(../images/ClearBlackBoxes.png);
	background-repeat:repeat;
	padding:20px;
	color:white;
	margin:5px;
	float:left;
	font-size:12px;
	line-height:1.5;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.Text_Box .image_container{
	float:left;
	margin:5px;
	margin-bottom:2px;
	margin-top:15px;
	text-align:center; 
	width:150px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.Pic_Box {
	background-image:url(../images/ClearBlackBoxes.png);
	background-repeat:repeat;
	padding:20px 14px 18px 16px;
	color:white;
	margin:5px;
	float:right;
}