bo@charset "UTF-8";

/* standard helper classes */

.clr {
clear: both;
overflow: hidden;
width: 1px;
height: 1px;
margin: 0 -1px -1px 0;
border: 0;
padding: 0;
font-size: 0;
line-height: 0;
}
a {
	color: 9999ff;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
#box-head {
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	padding-bottom: 10px;
	letter-spacing: 0.15em;
}
.pkg { display: block; }
#llnks {
	font-size: 18px;
	color: #000000;
}
/* */


#container {
	padding: 10px;
	width: 1050px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#alpha     {
	background-color: #efe;
	float: left;
	width: 325px;
	padding: 10px;
	border: 2px solid #222;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}
/* CSS Document */

body {
	font-family: trebuchet ms;
	font-size: 15px;
	color: 000;
	background-color: #000;
	background-image: url(back.jpg);
}
#beta {
	background-color: #eee;
	float: left;
	width: 540px;
	border: 2px solid #222;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#alpha2 {
	background-color: #CCCCCC;
	float: left;
	width: 325px;
	padding: 10px;
	border: 4px solid #222;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	height: auto;
}
#beta2 {
	background-color: #CCCCCC;
	float: left;
	height: auto;
	width: 540px;
	border: 4px solid #222;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

