@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Poiret+One);
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/containter-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCC;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#container img {
	background-color: #FFF;
}
#content {
	width: 779px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-top: 15px;
}
#header #logo {
	margin-top: 12px;
	margin-left: 20px;
	float: left;
}
#footer {
	float: left;
	height: 49px;
	width: 980px;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00F;
	margin-top: 10px;
}
#header {
	float: left;
	height: 100px;
	width: 980px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
#header p {
	float: right;
	margin-top: 12px;
	margin-right: 20px;
}
#navigation {
	float: left;
	width: 158px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 5px; */
	/* [disabled]padding-left: 10px; */
	margin-bottom: 5px;
	/* [disabled]border: 1px solid #999; */
}
#navigation ul li a  {
	text-decoration: none;
	color: #06F;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #999;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#navigation ul li ul li a {
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation ul li a:hover {
	background-color: #C39;
	color: #FFF;
}
#leftContent {
	float: left;
	width: 340px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-width: 10px;
	border-right-width: 1px;
	border-left-width: 10px;
	border-right-style: dotted;
	border-right-color: #666;
	padding-right: 20px;
}
#rightContent {
	width: 375px;
	float: right;
	margin-right: 10px;
	margin-left: 0px;
	background-image: url(../robot_sm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #009;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Poiret One', cursive;
	border: 1px solid #000;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FF0;
}
img {
	border: 1px dotted #999;
	margin: 4px;
	padding: 6px;
}
h2 {
	font-size: 18px;
	color: #C33;
	margin-top: 5px;
	margin-bottom: 7px;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
}
.bigBoldBlue {
	font-size: 14px;
	font-weight: bold;
	color: #00C;
}
