* {margin: 0; padding: 0;} 

body {
	background:#e4e4e4;
	font-family:aleoregular;
}
a:link, a:visited {
	text-decoration:none;
	color:#475aa2;
}
a:hover {color:red;}

header {
	width:1000px;
	height:auto;
	background:#475aa2;
	margin:0px auto;
	color:#FFF;
	text-align:center;
	font-size:40px;
	padding:30px 0;
	border-radius:10px 10px 0 0;
	margin-top:25px;
}

article {
	width:960px;
	height:auto;
	margin:0px auto;
	background:#FFF;
	padding:20px;
	color:#333;
}

.photo {
	float:left;
	width:150px;
	height:223px;
	margin-right:15px;
}
.resume {
	background-color:#c31212;
	padding:3px 10px;
	width:auto;
	height:auto;
	float:left;
	color:#FFF;
	margin-top:19px;
}
.resume a:link, .resume a:visited {color:#fff;}
.resume a:hover {color:#000;}

.column {
	width:50%;
	float:left;
	line-height:22px;
}

.column33 {
	width:32%;
	float:left;
	line-height:22px;
	margin-right:2%;
}

.row {
	float:left;
	clear:both;
	width:960px;
	margin:20px 0 30px 0;
	line-height:22px;
}


.ieC2 {
	float:left;
	width:50%;
}

.ieC3 {
	float:left;
	width:33%;
}

footer {
	width:1000px;
	height:auto;
	background:#333;
	margin:0px auto;
	color:#999;
	text-align:center;
	font-size:40px;
	padding:30px 0;
	border-radius:0 0 10px 10px;
}

footer a:link {color:#999;}

.textwrap {padding:0 10px 0 8px; font-size:14px;}

.clear {clear:both;}


article, footer, header { display: block; }

.underline {border-bottom:thin dotted #CCC;}

/*----------------------------------------fonts----------*/

@font-face {
    font-family: 'aleoregular';
    src: url('../fonts/aleo-regular-webfont.eot');
    src: url('../fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/aleo-regular-webfont.woff') format('woff'),
url('../fonts/aleo-regular-webfont.ttf') format('truetype'),
url('../fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aleoitalic';
    src: url('../fonts/aleo-italic-webfont.eot');
    src: url('../fonts/aleo-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/aleo-italic-webfont.woff') format('woff'),
url('../fonts/aleo-italic-webfont.ttf') format('truetype'),
url('../fonts/aleo-italic-webfont.svg#aleoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aleobold';
    src: url('../fonts/aleo-bold-webfont.eot');
    src: url('../fonts/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/aleo-bold-webfont.woff') format('woff'),
url('../fonts/aleo-bold-webfont.ttf') format('truetype'),
url('../fonts/aleo-bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aleobolditalic';
    src: url('../fonts/aleo-bolditalic-webfont.eot');
    src: url('../fonts/aleo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/aleo-bolditalic-webfont.woff') format('woff'),
url('../fonts/aleo-bolditalic-webfont.ttf') format('truetype'),
url('../fonts/aleo-bolditalic-webfont.svg#aleobolditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


.bolder {
    font-family: 'aleobold';
}
.black {color:#000;}

h5 {
	background:#465AA2;
	padding:2px 10px;
	color:#fff;
	margin-bottom:5px;
	font-size:14px;
}

ul {margin-left:25px;color:#666;}
