@charset "utf-8";

#primary {
	position: relative;
	width: 760px;
}

#logo_big {
	position: absolute;
	left: 60px;
	top: 30px;
}

#idea {
	position: absolute;
	left: 300px;
	top: 100px;
}

#cecondary {
	padding-top: 160px;
	text-align: center;
	width: 100%;
}

#cecondary table {
	width: 600px;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#cecondary table h2 {
	padding: 2px 0 1px 0;
}

#cecondary table td {
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: 1px solid #cccccc;
	padding: 10px;
}

#cecondary table th {
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: none;
	background-color: #f3f3f3;
	font-weight: normal;
	padding: 10px;
	width: 150px;
}

#cecondary table th#table2th {
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #275ca0;
	border-left: 1px solid #275ca0;
	border-right: none;
	color: #FFFFFF;
	background-color: #275ca0;
	font-weight: normal;
	width: 150px;
	padding: 0 0 0 10px;
}

#cecondary table a {
	text-decoration: none;
	color: #275ca0;
}

#cecondary table a:hover {
	color: #FF9900;
}

#content h3 {
	color: #275ca0;
	padding-top: 10px;
	padding-left: 110px;
	text-indent: -1.5em;
}

#content p {
	padding-left: 110px;
	padding-right: 100px;
}

#content p a {
	text-decoration: none;
	color: #275ca0;
}

#content p a:hover {
	color: #FF9900;
}
