body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
p {
	line-height: 1.5em;
	margin: 0.5em 0;
}
a:link,a:visited,a:active {
	color: #EC008C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-weight: bold;
	margin: 0 0 0.25em 0;
}
h2 {
	font-weight: bold;
	margin: 0 0 0.25 0;
	font-size: 16px;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.splashContainer {
	width: 950px;
	margin: 50px 0 0 0;
	padding: 0;
	height: 450px;
	background-image: url(../images/backgrounds/01_splash.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.splashContainer img{
	margin: 200px 100px;
	border: 0;
}
.splashContainer a:link, .splashContainer a:link, .splashContainer a:link{
	border: 0;
}
.inicioContainer {
	width: 950px;
	margin: 50px 0 0 0;
	padding: 0;
	height: 640px;
	background-image: url(../images/backgrounds/02_inicio.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#navigation {
    width:30px;
    height:490px;
    padding:0;
    margin:10px 10px 20px 20px;
	float: right;
}
#navigation span {
    display: none;
}
#navigation a{
	width: 30px;
	text-indent: -9999px;
	display: block;
	margin: 0 0 10px 0;
}
#navigation a:hover {
	background-position: -30px 0px;
}
#navigation01 a{
	background-image:url(../images/navigation/inicio.png);
	background-position: top right;
	background-repeat: no-repeat; 
	height: 87px;
}
#navigation02 a{
	background-image:url(../images/navigation/cv.png);
	background-position: top right;
	background-repeat: no-repeat; 
	height: 180px;
}
#navigation03 a{
	background-image:url(../images/navigation/articulos.png);
	background-position: top right;
	background-repeat: no-repeat; 
	height: 125px;
}
#navigation04 a{
	background-image:url(../images/navigation/textos.png);
	background-position: top right;
	background-repeat: no-repeat; 
	height: 194px;
}
#navigation01selected {
	background-image:url(../images/navigation/inicio.png);
	background-position: top left;
	background-repeat: no-repeat; 
	height: 87px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}
#navigation02selected {
	background-image:url(../images/navigation/cv.png);
	background-position: top left;
	background-repeat: no-repeat; 
	height: 180px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}
#navigation03selected {
	background-image:url(../images/navigation/articulos.png);
	background-position: top left;
	background-repeat: no-repeat; 
	height: 125px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}
#navigation04selected {
	background-image:url(../images/navigation/textos.png);
	background-position: top left;
	background-repeat: no-repeat; 
	height: 194px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}
.textBG {
	background-image: url(../images/alphaBG.png) !important;
	background-color: transparent !important;           /* Mozilla only */
	background-repeat: repeat;
	padding: 20px;
	margin: 20px 20px 0 20px;
	background-image: none;
	background-color: #000000;
}
.main{
	float: left;
	width: 92%;
}
.contactInfo{
	width: 100%; 
	text-align: right; 
	padding: 0; 
	margin: 3px 0 150px 0;
	font-size: 75%;
}
.photosEgypt img{
	border: 3px solid #999999;
	margin: 25px;
}
.cvBG {
	background-image: url(../images/alphaBG.png) !important;
	background-color: transparent !important;           /* Mozilla only */
	background-repeat: repeat;
	padding: 20px;
	margin: 20px;
	background-image: none;
	background-color: #000000;
	font-size: 12px;
}
.cvBG p{
	margin: 0.75em 0;
}
.downloadFile {
	float: right;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.articulos li{
	margin: 20px 0;
}
-->
