@charset "utf-8";
@import url("file:///C|/Documents and Settings/caleman/Desktop/temp.css");

/*CSS for CarlosAleman.com home page
- the use of Adam Kalsey's rounded corners (http://kalsey.com) style are in the main and right col id's, the rounded rectangles in the left collumn are only images
-you can use this template if you think it helpful
*/

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 901px;
	margin: 0 auto;
}
#header {
	float: left;
	height: 223px;
	width: 901px;
	background-image: url(http://www.carlosaleman.com/images/flash-placeholder.jpg);
	background-repeat: no-repeat;
}
#menu {
	background-image: url(http://www.carlosaleman.com/images/menu-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 901px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 17px;
	word-spacing: 70px;
}


#leftcol {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#rightcol {
	float: right;
	height: auto;
	width: 500px;
	padding-right: 35px;
	margin-right: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	height: 250px;
	width: 900px;
	color: #666666;
	clear: both;
}



a.menu:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
a.menu:visited {color: #ffffff; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
a.menu:hover {color: #9ba6ab; 
	text-decoration: underline;
	font-size: 17px;
}

a.text:link {
	color: #d2d2d2;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.text:visited {color: #d2d2d2; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.text:hover {color: #9ba6ab; 
	text-decoration: none;
}

#main {
	float: left;
	height: auto;
	width: 901px;
}

/*rounded corners by Adam Kalsey*/

.roundcont {
	width: 877px;
	background-color: #1e1f1f;
	color: #fff;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}

.roundtop { 
	background: url(http://www.carlosaleman.com/images/mtr.gif) no-repeat top right; 
}


.roundbottom {
	background: url(http://www.carlosaleman.com/images/mbr.gif) no-repeat top right;
	clear: both;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcont2 {
	color: #afafaf;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	background-color: #151616;
}

.roundtop2 { 
	background: url(http://www.carlosaleman.com/images/tr.gif) no-repeat top right; 
}

.roundbottom2 {
	background-color: #151616;
	background-image: url(http://www.carlosaleman.com/images/br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundcont p {
	margin: 0 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #afafaf;
}

#tutorial {
	float: none;
	height: auto;
	width: 800px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
