body,div,dl,dt,dd,ul,ol,li,h1,h2,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
}

hr {
	background:#eee;
	color:#eee;
	margin:20px 0 20px 0;
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,th,var { 
	font-style:normal;
	font-weight:normal; 
} 

ol,ul { 
    list-style:none; 
} 

caption,th { 
    text-align:left; 
} 

h1,h2,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 

q:before,q:after { 
    content:''; 
} 

abbr,acronym {
	border:0; 
}

/* ------------- */

body {
	background: #fff url(images/background.jpg) 0 0 repeat-x;
	font: 12px normal arial,verdana,sans-serif;
}

a {
	color: #000;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	color: #77447e;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px; 
	color: #77447e;
}

h6 {
	font-size: 22px; 
	color: #77447e;
}

#wrap {
	width: 800px;
	margin:auto;
	padding-top:173px;
	background: #fff url(images/photos.jpg) 0 0 no-repeat;
}

#content {
	padding: 40px;
	overflow: hidden;
}

#footer {
	padding-top: 35px;
	padding-bottom: 50px;
	border-top: 1px solid #dfdfdf;
	text-align: center;
}

#footer ul {
	margin:auto;
	padding-bottom:30px;
}

#footer ul li {
	display: inline;
	padding: 17px;
}

/* ---- FORM ---- */

form {
	margin-top: 40px;
	margin-bottom: 40px;
}

form div {
	float: left;
	width: 200px;
	margin-right: 60px;
	margin-bottom: 10px;
}

form div.nomargin {
	margin-right: 0 !important;	
}

form div.select {
	width: 400px;
	margin-right: 200px;
}

form div.radios {
	padding-top: 25px;
}

form label {
	color: #000;
	font-weight: bold;
	line-height: 30px;
}

form input {
	width: 182px;
	padding: 8px;
	border: 1px solid #ccc;
	float: left;
}

form select {
	width: 360px;
	padding: 8px;
	border: 1px solid #ccc;
	float: left;
}

form div.radios p {
	width: 200px;
}

form div.radios p label {
	line-height: 20px;
}

form input.radio {
	width: auto;
	margin-right: 15px;
	border: 0;
}

form p.info {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: bold;	
}

p.error, p.success {
	margin-top: 30px;
	margin-bottom: -20px;
	padding: 15px;
	border: 1px solid #000;
	background: #090;
	color: #fff;
	font-size: 19px;	
}

p.error {
	background: #f00;
}

p.success {
	background: #090;
}

/* ---- Points ---- */
ul.points {
	margin-bottom: 20px;	
}

ul.points li {
	font-size: 15px;
	list-style-type: square;
	list-style-position: inside;
}

/* ---- Info ---- */

ul.info {
	margin-bottom: 30px;
}

ul.info li {
	font-size: 13px;
	line-height: 28px;
}

ul.info li strong {
	font-weight: bold;
	padding-right: 10px;	
}

/* ---- Program ---- */

ul.program {
	margin-top: 10px;
}

ul.program li {
	line-height: 27px;
	font-weight: bold;
	font-size: 15px;
	list-style-type: square;
	list-style-position: inside;
}

ul.program em {
	font-style: italic;
}

ul.program span {
	color: #77447e;
}
