/* metavel.css */

<style type="text/css">
/* Normalizes margin, padding */
dummy {}

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

/* Normalizes font-size for headers */
html,body,h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

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

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


body {
	position : relative;
	width: 100%;
	margin-top: 2%;
	/*font: 62.5%;*/
	font-family: verdana, sans-serif;
     }

#about {margin:auto; 
        width: 930px; 
        font-family: centaur ;      
        background: url('../metavel/images/cardbackjpg.jpg') repeat; 
       }
#cv,#ex {float:left; width: 465px; text-align:left; }
#cvImg, #exImg, #tv{float:right; text-align:right; width:400px; padding: 10px; }
#tv {text-align:left}
#about table {margin-top:10px;table-layout: auto;  }
#about table td {padding: 5px; vertical-align: top; }


#content {float: left;
          width: 100%;
          min-height:650px;
          }
#content-main {text-align: center; width:100%}     
/*#content  span {min-width: 200px; min-height:200px; border: 1px solid red}*/

.red { color: red}
.medium{ font-size:medium;}
.bgimg { margin:auto; display:block;} 

#menu {clear:both;padding-top:10px; text-align:center}

#omerText p { text-align:left; position: absolute; top: 180px; left: 530px; width: 205px; max-height: 264px; color: red; font-size:x-small}

#footer {clear: both;
         width: 100%;
         text-align:center;
         padding-top: 50px;
         margin: auto;
         font: xx-small verdana;
         }

img {text-align: center;display:inline;position:relative}

#menu p {font-size: x-small}

</style>

