
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;	
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	background-image:url(images/cpptegel2.gif); 
	 
}

a {
	color: #996600;
}

a:hover {
	text-decoration: none;
	color: #1A7196;
}

/* Boxed */

.title {
	padding-left: 30px;
	background: url(images/cpptegel1.gif) no-repeat left center;
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 100%;
}

.boxed1 .content {
	
	padding: 20px;
}

.boxed2 .title {
	font-size: 182%;
}

.boxed2 .content {
	
	padding: 20px;
}

.boxed2pic .content {
	
	padding-left:15px;
	
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header1 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	border-bottom: 5px solid #003366;
	background-image:url(images/cpppagina1.jpg);background-repeat:no-repeat;		
}


#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	border-bottom: 5px solid #003366;
	background-image:url(images/cpppagina2.jpg);
	background-repeat:no-repeat;		
}

#header3 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	border-bottom: 5px solid #003366;
	background-image:url(images/cpppagina3.jpg);
	background-repeat:no-repeat;			
}

#header4 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	border-bottom: 5px solid #003366;
	background-image:url(images/cpppagina5.jpg);		
}

#header5 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	border-bottom: 5px solid #003366;
	background-image:url(images/cpppagina4.jpg);		
}

/* Logo */

#logo {
	float: left;
	width: 239px;
	height: 199px;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
#menu {
	float: left; 
	margin-top:12.4em;
	width: 760px;
	height: 30px;
}

#menu ul {
	height: 5px;
	list-style: none;
}

#menu li {
	display:  inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 14px 15px 0 35px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
}

#menu a:hover {
	color:#003366;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}

#menu p {
	
}

/* Page */

#page {
	width: 758px;
	margin: 0 auto;

	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	background-color: #F7F7F7;	
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	background:#FFFFFF;	
}

#contentpic {
	float: right;
	width: 480px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #FFFFFF;
	background:#FFFFFF;	
}



#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 198px;
	padding: 20px;
}

/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 77%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footerindex {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	
}

#footerindex p {
	text-align: center;
	font-size: 77%;
}

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #003366;
}

#footer p {
	text-align: center;
	font-size: 77%;
}